Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b8
Issue ID
1006866
Regression
No
VSCode can't start debugger when Unity Hub is running
When starting a debug session in VSCode it will try to attach itself to the Unity process. It does this by looking for a process named "Unity Editor". However, when simultaneously running the Unity Hub application it will find multiple such processes and won't start.
Output from VSCode:
UnityDebug: Searching for Unity process 'Unity Editor'
UnityDebug: Multiple targets with name 'Unity Editor' running. Unable to connect
UnityDebug: Found Unity process 'Unity Editor (Unity)' (9033)
UnityDebug: Found Unity process 'Unity Editor (Unity Hub Helper)' (9014)
UnityDebug: Found Unity process 'Unity Editor (Unity Hub Helper)' (8994)
UnityDebug: Found Unity process 'Unity Editor (Unity Hub)' (8993)
Fixed by Unity Debugger extension update.
Version 1.3.0 of the Unity Debugger for VSCode has now been published which fixes this issue:
https://marketplace.visualstudio.com/items?itemName=Unity.unity-debug
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
Add comment