sublime-q icon indicating copy to clipboard operation
sublime-q copied to clipboard

Set breakpoints and debugger

Open danielkrizian opened this issue 8 years ago • 1 comments

Would debugging tool such as https://github.com/martomo/SublimeTextXdebug work with sublime-q?

Poor man's method of setting breakpoints such as this one with \e 1 toggle will freeze the Sublime Text session so individual lines can't be Ctrl+Enter'ed when trying to emulate stepping through the code in debug mode and examining the environment.

Helpful command-line debugger is https://github.com/quintanar401/dbg, but that's quite verbose as each step requires wrapping the operation into d2.xx[..]. Visual debugger within Sublime Text would be great!

danielkrizian avatar May 19 '16 15:05 danielkrizian