Last active
January 8, 2020 16:02
-
-
Save JeffHanna/81d92cf142b92fab93223e9365e19763 to your computer and use it in GitHub Desktop.
VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If, while debugging a remotely attached application (e.g. 3ds Max, Blender, etc..) VS Code opens a temporary | |
copy of the source file when a breakpoint or exception is hit ensure that the "localRoot" entry in the launch.json for that | |
workspace is an absolute path to the closest point in the folder hierarchy above both the workspace file and where the source | |
files are stored. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment