Hello, I have the same problems I read above.
My situation is like this:
Brand new installation of Sublime Text 2 (
Loaded the main.lua file that without the debugger just run fine.
As soon as I issue the command Corona Editor -> Corona Debugger -> Run
I receive this pop up screen from Sublime:
Unexpected Response from Simulator:
202 Paused /Users/Home/Documents/
Corona SDK Projects/Prova 2/main.lua 8
Check Console for error messages (OK Button)
Note: ‘Prova 2’ is the name of the project and in line 8 there is this statement:
local scene = composer.newScene()
When I press the OK and I look to the console:
copyright © 2009-2015 C o r o n a L a b s I n c .
2015-09-13 18:38:26.233 Version: 3.0.0
2015-09-13 18:38:26.233 Build: 2015.2646
2015-09-13 18:38:26.308 Platform: iPad / x86_64 / 10.10.5 / NVIDIA GeForce GT 750M OpenGL Engine / 2.1 NVIDIA-10.4.2 310.41.35f01 / 2015.2646
2015-09-13 18:38:26.370 Loading project from: ~/Documents/Corona SDK Projects/Prova 2
2015-09-13 18:38:26.371 Project sandbox folder: ~/Library/Application Support/Corona Simulator/Prova 2-BFA8A3B6E5893342894B579CA3E86A5B
Of course I’m not able to understand what’s going on.
So I press OK and … it hangs everything in the ‘page 1’ module that is called from main.lua with the following messages on the console and in which I toggled a breakpoint
2015-09-13 18:50:41.122 set_breakpoint(/Users/Home/Documents/Corona SDK Projects/Prova 2/page1.lua,15)
2015-09-13 18:51:56.155 RUN: breakpoints: {"/Users/Home/Documents/Corona SDK Projects/Prova 2/page1.lua":{“15”:true}}
2015-09-13 18:51:56.194 CFNetwork SSLHandshake failed (-9806)
2015-09-13 18:51:56.542 CFNetwork SSLHandshake failed (-9802)
2015-09-13 18:51:56.836 CFNetwork SSLHandshake failed (-9824)
2015-09-13 18:51:56.859 NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)
After this message the Simulator hangs completely with a coloured rounded icon that continue spinning and it cannot be stopped with cmd-W as usual.
I have to use ‘force quit’ using the apple menu or otherwise I have to quite Sublime Text that it quits Simulator.
In anycase the environment is very unstable.
What I described above is not always happening.It depends on how you quit the applications. It seems to me that something continue to be in memory because when I quit Sublime and I reopen it keeps in the modules the breakpoints I set before quitting that seems strange to me as I think it should keep the breakpoints only for the session of debugging.
If I redo the whole sequence sometime I have ‘stack’ tab in Sublime Text 2 that keeps saying ‘Running…’ but never stops in the breakpoints I have set.
Thanks for any suggestion you can give me.
Andrea