Rob, the first thing (watch window doesn’t evaluate expressions) is a limitation of Corona simulator on OSX. There is a difference between the debug mode on Windows (which allows loadstring
that debugger is using for remote console and watches) and on OSX (where loadstring
is not available).
The second is the strange path that is being reported by Corona in some situations (the debugger just reports whatever path the engine tells it). ZBS still stops the application, so that you can set breakpoints and step through it, but it also tells you that it couldn’t find the location in the source code.
You can continue stepping through the code and in most cases the control will go back to the Lua code you are debugging; I’m working on an improvement that may put you there sooner if possible. [import]uid: 195109 topic_id: 34354 reply_id: 137593[/import]