Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger: no way to save/restore breakpoints #252

Open
nfirvine opened this issue Nov 13, 2015 · 1 comment
Open

Debugger: no way to save/restore breakpoints #252

nfirvine opened this issue Nov 13, 2015 · 1 comment
Labels
Debugging JavaScript Issues related to tools for debugging JavaScript with Rhino

Comments

@nfirvine
Copy link

Can't even specify them on the command line or special source markup. Compounding this is the fact that the debugger can't be restarted. (Perhaps this could be done by re-opening the file, but that doesn't work in my case because my main is in a different directory than my load()'s so the cwd is wrong.)

@p-bakker p-bakker added the Debugging JavaScript Issues related to tools for debugging JavaScript with Rhino label Jun 29, 2021
@tonygermano
Copy link
Contributor

Not a total solution, but a debugger; statement in your source code will behave as a breakpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Debugging JavaScript Issues related to tools for debugging JavaScript with Rhino
Projects
None yet
Development

No branches or pull requests

3 participants