caphodel / brackets-runscript

Use it to run a selected/all text from opened document as JS inside brackets without opening developer tools.
MIT License
11 stars 4 forks source link

Force script to stop #5

Closed NathanJPlummer closed 7 years ago

NathanJPlummer commented 8 years ago

New programming student here. Absolutely love your extension.

A lot of my nested loops are still pretty bad and go wrong during testing. Is there a way to force the script to stop running, instead of waiting for the bad loop to run through?

caphodel commented 8 years ago

For now I don't have a real solution, but maybe send a ctrl+c to console will do, as it's usually used as keyboard interrupt.