Gideros DebuggerGideros Debugger is a modified version of the VSCodeLuaDebug by devCAT. Gideros Debugger exists to enable Gideros projects to be launched from within VSCode. UsageOpen your Gideros project folder in VSCode using the File > Open Folder menu option or the CTRL + K CTRL + O hotkey combination. Once your project folder is open, you will need to create the launch.json file which the extension will use to launch your Gideros project inside the Gideros Player. This can be done by selecting the Run > Add Configuration menu option, and then clicking Gideros Player from the drop-down selector. The launch.json file will be created and opened for you in a new VSCode editor tab. Locate the following line in the file...
Edit the path to the path where your Gideros installation is, then save the launch.json file, and close it's editor tab. You can now press F5 and your Gideros project should be launched inside the Gideros Player. If your project didn't launch, review the above steps and if it still doesn't work... raise an issue in GitHub, or browse to the Gideros Forum thread for this extension. Note Any output from your project will appear in VSCodes DEBUG CONSOLE. Help and BugsFeel free to open an issue if you have issues or questions. Just head on over to the issues page on the Gideros Debugger repository. |