Debugger problems

I am on OSX, using the latest Corona Editor (1.5.1) and latest version of Sublime 3, and the newest daily build of Corona (not enterprise).

I am having lots of problems using the debugger. It doesn’t work at all if I have a space in my project path. If I move it to a new directory, it sort of works. Hitting stop will freeze Sublime without fail. When debugging, the Simulator is always blank (but I can still step through code). The only way to stop debugging is to force-stop the Simulator.

If I run a sample project instead of my own, I get all of these same issues except the screen is not blank (I think this has something to do with code being in separate files versus one file for the sample project).

Also, whenever I start the the debugger, it always stops on the first line of code (intended?) and I have to run it again (I do have breakpoints in the project).

I’ve also tried Sublime/Corona Editor on Windows and have the same problems.