New way of easy debugging for JavaScript, CoffeeScript, Python, Ruby, PHP and Bash developers.
apm install hashrocket
What is a Marker:
#=> {expression}
Features:
Darwin(Mac)
CMD + ;
: Run current file's Hashrocket.CMD + :
: Insert Hashrocket Marker.CMD + \
: Insert Hashrocket Marker and run immediately.CMD + ALT + ;
: Toggle watching current file's Hashrocket Markers realtime.Win32 (Windows) and linux
CTRL + ;
: Run current file's Hashrocket.ALT + ;
: Insert Hashrocket Marker.CTRL + ALT + ;
: Insert Hashrocket Marker and run immediately.CTRL + W
: Toggle watching current file's Hashrocket MarkersWatch code Realtime:
Use menu support:
Don't use "watch" feature in Bash scripts. It may hurt your feelings if you write #=> rm -rf *
while watching since
it runs all the #=>
code.
Remember, your code is working itself with this plugin.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.