Skip to content

Instantly share code, notes, and snippets.

@JeffHanna
Last active January 8, 2020 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffHanna/81d92cf142b92fab93223e9365e19763 to your computer and use it in GitHub Desktop.
Save JeffHanna/81d92cf142b92fab93223e9365e19763 to your computer and use it in GitHub Desktop.
VS Code
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