I am trying to figure out if I can debug a standalone .js file that does not interact with the browser. Is there a way to just load it and debug it, or will I be forced to encapsulate it in an html file?
The environment is Windows; browser objects are not required.
source
share