Debugging with VS Code

Hi, until now I was using Visual Studio 2019 to code in Unity. I discover Visual Studio Code which seems to have a lot of advantage. However, I can’t get into debug mode. Help please :slightly_smiling_face:

Hi,

Although i dont use the debugger much in vscode (I probably should!) i think its F5 to run the debugger and F9 to add break points.
Most of the menu for the debug is under the run menu at the top of vs code.

This may help with some of the functions you are looking for.

Using the debugger in Vs Code

Unfortunately, the Unity debugger extension for VSCode is no longer supported and has been depreciated by the VS Code Team.

https://github.com/Unity-Technologies/vscode-unity-debug/issues/206

I don’t believe I can create a game from beginning to end without using the debugger :laughing:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms