Skip to main content
edited tags
Link
DMGregory
  • 140.8k
  • 23
  • 257
  • 401
Source Link

How to debug Unity/mono code on Linux/VsCode

I am new to Unity and I have been fighting with VSCode and debugging.

I am trying to attach a debugger to Unity to test some code that run in the editor without running the app ( kind of Unity extension debug )

Apparently there was an VsCode extension for this this but has been deprecated

Any idea how to make it work ?