microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.42k stars 28.62k forks source link

vscode exception has occurred #56960

Closed JiayinCao closed 6 years ago

JiayinCao commented 6 years ago

Steps to Reproduce:

  1. Check out this project and build it (https://github.com/JerryCao1985/SORT)
  2. Copy the attached resource file to bin folder and unzip it.
  3. Setup VSCode on mac with LLDB
  4. Run it by placing a point in pathtracing.cpp.
  5. It will randomly give you an error 'vscode exception has occurred'. No further information in any other window 'Debug Console/Output' intermediate.zip

Does this issue occur when all extensions are disabled?: Yes

JiayinCao commented 6 years ago
screen shot 2018-08-22 at 10 42 33 am

This is what I see and there is no disabling exception in my breakpoint section.

isidorn commented 6 years ago

Please file this against the cpp debug extension you are using

JiayinCao commented 6 years ago

I'm using the official one provided by Microsoft. https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools

According to its description, this is the place I should file this issue.

isidorn commented 6 years ago

Please file the issue here https://github.com/Microsoft/vscode-cpptools/issues

JiayinCao commented 6 years ago

Thanks for the pointer, I apologize for the inconvenience caused.