I want a stand-alone editor
and debugger
, basically an IDE
for JavaScript
. I am presently using a mix of just running stand-alone scripts on the command line and editing them in Notepad++
, and sometimes the Scratchpad
that comes in Firefox Developer tools
.
But the Debugger
in Firefox Developer Tools
does not show me the sources from ScratchPad
. How do I make it show them?
Besides, I am unable to set breakpoints in the ScratchPad
editor.