omorandi / TiInspector

Debug Titanium Mobile applications through Chrome DevTools
MIT License
109 stars 14 forks source link

Option to have debugger not break on first line of program #2

Closed wpccolorblind closed 11 years ago

wpccolorblind commented 11 years ago

Can the debugger be configured not to break on the first statement of the app?

omorandi commented 11 years ago

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 11 years ago

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!