We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to set things up so that debugger wouldn't pause immediately after mobdebug.start(), only on breakpoints? @rulatir, yes, you can set debugger.runonstart = true in the config. See https://studio.zerobrane.com/doc-general-preferences#debugger. Originally posted by @pkulchenko in #51 (comment)
Is it possible to set things up so that debugger wouldn't pause immediately after mobdebug.start(), only on breakpoints?
@rulatir, yes, you can set debugger.runonstart = true in the config. See https://studio.zerobrane.com/doc-general-preferences#debugger.
debugger.runonstart = true
Originally posted by @pkulchenko in #51 (comment)
i see the same behaviour in IntelliJ IDEA (with Luanalysis)
is there a way to give this option the modebug on start?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i see the same behaviour in IntelliJ IDEA (with Luanalysis)
is there a way to give this option the modebug on start?
The text was updated successfully, but these errors were encountered: