I’m new to Corona and getting my VSCode setup the way I like it
- Can I launch the simulator with a project folder of my choice?
- Answer: I believe I accomplished this by appending the project folder to the command line I used to start the simulator, i.e.:
“Corona Simulator.exe” c:\Users\foo\src\testcorona
- Is there a way to stream the logs from the simulator somewhere else? I’d love to be able to see them piped to a window in VSCode (I’m comfortable making VSCode extensions, but I don’t know how to get at the log text.)
- Is the way Corona Debugger.exe works documented somewhere? I’d like to investigate adding VSCode debugger support for it.
Thanks!