Option to have debugger not break on first line of program
wpccolorblind opened this issue · 2 comments
wpccolorblind commented
Can the debugger be configured not to break on the first statement of the app?
omorandi commented
I removed the break on first line in version 0.0.2.
I'm thinking about how to let the user configure this and other options before starting the debug session.
You'll also see that now all the JS files get loaded in DevTools at startup.
wpccolorblind commented
It's definitely nice to have, but definitely not completely necessary to have an option for it to break on the first line since breakpoints are saved across sessions. But ya, having a place maybe on the ti-inspector dashboard for these type of settings ( like the reload session in place setting :) ) would be awesome!