pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

Addition of Unity3D debugger #32

Closed Tiggilyboo closed 2 years ago

Tiggilyboo commented 2 years ago

Heya, I've got the Unity3D debugger working!

I suppose the only annoying thing is that it may clash with .NET Core / other *.cs files that people may have installed as well.

I am rolling with the require('dap.ext.vscode').load_launchjs() using the launch.json defined in the offical project here

Let me know if there's anything missing or questions about the contribution, cheers!

pocco81 commented 2 years ago

Thanks for your contribution :) btw why did you mark it as experimental? Didn't you test it already and it worked?

Apart from that, everything looks fine 👍

Tiggilyboo commented 2 years ago

Thanks for your contribution :) btw why did you mark it as experimental? Didn't you test it already and it worked?

Apart from that, everything looks fine

Awesome, I've done just a quick hook up with a breakpoint and stepped through, nothing stellar in terms of testing... Does that qualify? I've changed the items to 'Supported' in anticipation

Thanks!

pocco81 commented 2 years ago

Good enough for me :)