lukehaas / RunJS

RunJS is a JavaScript playground for macOS, Windows and Linux. Write code with instant feedback and access to Node.js and browser APIs.
https://runjs.app
2.05k stars 45 forks source link

Feature Request - Add a Debugger #580

Closed bloodred17 closed 1 month ago

bloodred17 commented 1 year ago

Something like Intellij or VS code debugger which can open up in the bottom right or top right.

lukehaas commented 1 month ago

@bloodred17 thanks for raising this. However, I believe the percentage of people who use a debugger for JS is fairly small. RunJS is more focused on providing easy ways to see values without using a debugger. Closing this for that reason.