omorandi / TiInspector

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

Inspector crashing when exiting a paused app. #10

Open matthieusieben opened 11 years ago

matthieusieben commented 11 years ago

If the execution of an app is paused due to a breakpoint and if a that point the app is closed on the iphone simulator, the ti-inspector process crashes with message "Unexpected error: EPIPE" if the "play" button is pressed after the app was closed.

omorandi commented 11 years ago

Right, I must add some extra checks. Thanks