HxGodot / hxgodot

A Haxe GDExtension for Godot 4
MIT License
232 stars 11 forks source link

How to debug example #50

Closed takhimi closed 1 year ago

takhimi commented 1 year ago

In the debugging section of the readme, you mention this " -e --path " can you please provide example of vscode launch.json on how to debug the codes. Sorry for my lack of knowledge on this matter. I think it would be really great if you provide the example on how to set it up. Thanks

dazKind commented 1 year ago

I debug using Visual Studio. Sadly I'm not a VSCode user. So you might wanna look at the Godot Documentation on building and debugging.

dazKind commented 1 year ago

I just stumbled upon a video where a launch.json is setup for a gdextension. This might help you getting it to work: https://www.twitch.tv/videos/1733992017?t=0h19m40s

takhimi commented 1 year ago

Awesome. Thank you!