omorandi / TiInspector

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

Clear all breakpoints #14

Closed mihaiblaga89 closed 11 years ago

mihaiblaga89 commented 11 years ago

I've put a breakpoint at the beginning of the app and now I can't start it. The app stops at the splashscreen, the debugger connects, according to the ti-inspector console, but it's not displayed in chrome. No debugger sessions attached. Now I can't remove it. Tried manually specifying the session id but it shows some empty panels.

omorandi commented 11 years ago

I'm not sure the problem is due to the breakpoints, however for a quick fix you can try this, with the ti-inspector dashboard page open in chrome (usually localhost:8080/):

Let me know if this solves the issue.

mihaiblaga89 commented 11 years ago

Thanks for the fast reply.

Apparently, the issue is not from the breakpoints, you were right. Accidentally i've discovered that the app starts, and the debugger properly connects to the simulator after leaving it about 5 mins. I've rebuilt the app now, and it works normally... I don't know what the issue was. Sorry and thanks again. Closing the issue