How to debug lua code in WP8 project

Hi,

Is there a way to use Visual Studio for debugging the Lua code in a WP8 project? Right now I can only set breakpoints on the C# parts of the project. Also there’s no syntax highlighting on the Lua code which makes me wonder if it is even possible to debug it at all…

Kind regards,

~Rob

@springmorning, here’s a forum thread talking with some tips on seeing the print statements in Visual Studio:

https://forums.coronalabs.com/topic/58787-viewing-output

Thanks Alex, 

So print statements are really the only option? That’s not really what I had expected.

Kind regards,

~Rob

@springmorning, here’s a forum thread talking with some tips on seeing the print statements in Visual Studio:

https://forums.coronalabs.com/topic/58787-viewing-output

Thanks Alex, 

So print statements are really the only option? That’s not really what I had expected.

Kind regards,

~Rob