vscode-unity-debug
vscode-unity-debug copied to clipboard
Unity debugging support for VS Code
  I open 2 unity editors,while i try to debug getting an error"no unity process found". How can I solve it
## Expected Behavior It's expected that stepping through code in a thread would work without the debugger hanging. ## Current Behavior If you step into a function (f11) and then...
Not exactly an bug, but currently "Unity Attach Debugger" menu entry only detects Unity Editor instance, but ignores Player instances that are built with "Scripts Debugging" enabled. So it would...
Your issue may already be reported! Please search on the [issue track](https://github.com/Unity-Technologies/vscode-unity-debug/issues) before creating one. ## Expected Behavior When the unity process hits a breakpoint, the game stops and VSCode...
error while processing request 'threads' (exception: Cannot access a disposed object. Object name: 'System.Net.Sockets.Socket'. at System.Net.Sockets.Socket.ThrowIfDisposedAndClosed () [0x0001b] in :0 at System.Net.Sockets.Socket.Send (System.Byte[] buffer, System.Int32 offset, System.Int32 size, System.Net.Sockets.SocketFlags socketFlags,...
error while processing request 'scopes' (exception: Object reference not set to an instance of an object ``` at UnityDebug.UnityDebugSession.Scopes (VSCodeDebug.Response response, System.Object args) [0x000ca] in :0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,VSCodeDebug.DebugSession,VSCodeDebug.Response,object)...