Hi! I just want to thank you for this. I use VS Code for work every day, and I love it. Being able to use it for Defold is amazing. I am however missing one important feature… The ability to do proper debugging. Is there any way of connecting the Defold debugger to VS Code? Thanks!
We all missing this feature. As far as I know it is not possible. It maybe possible to trigger build/debug process by calling local Defold URLs but it is not documented and I couldn’t find a good solution with vscode.
We use modebug.lua (you’ll find it in builtins), but I’m sure there are others.
And if it’s anything like python, you can start the debugger server inside your program, probably with a localhost and a certain port, and then connect from it from the debugger.
Hey, I’m trying to use your plugin + plugins you suggested, but when I print my module name I see all Defold’s functions in the suggestions and my module’s variables somewhere at the very bottom of a huge list.
Do you know how to fix it?
Nope, no idea. If you find a solution please let me know. It maybe something that can be fixed by a few lines on settings file, but I don’t know, sorry.