Skip to content

Instantly share code, notes, and snippets.

@jimmgarrido
Last active October 25, 2019 22:55
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 jimmgarrido/2bbbc69a773e531e0f7b09ab5f3e6426 to your computer and use it in GitHub Desktop.
Save jimmgarrido/2bbbc69a773e531e0f7b09ab5f3e6426 to your computer and use it in GitHub Desktop.
Visual Studio for Mac Collect Diagnostic Info

Collecting Stacktrace information

  1. Open Activity Monitor.app
  2. Under the "CPU" tab, find the "Visual Studio" process and note its PID (should be 2nd to last column)
  3. Open a terminal window
  4. Run kill -QUIT [VS PID] to dump the current thread stack into the current log file (not in the terminal)
  5. Zip up the logs from Visual Studio > Help > Open Log Directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment