microsoft / microsoft/vscode-cpptools

Random error 'Exception has occurred' gets quite frequent

Aperta
#2,441 4 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@pieandcakes ci sta già lavorando.

Dal 29/8/2018.

debugger
Lingua principale
TypeScript
Stelle
6.2k
Fork
1.7k
Merge medio
14h 46m
PR unite (30g)
61

Descrizione

Type: Debugger
Input information below

Please review existing issues and our documentation at https://github.com/Microsoft/vscode-cpptools/tree/master/Documentation prior to filing an issue.

Describe the bug

  • OS and Version: MacOS High Sierra, Version 10.13.6
  • VS Code Version: 1.26.1
  • C/C++ Extension Version: 0.18.1
  • Other extensions you installed (and if the issue persists after disabling them): No other extension
  • A clear and concise description of what the bug is. I got a random error mentioning 'Exception has occurred.' when stepping forward in a multi-thread environment. It doesn't show in a single thread environment.

To Reproduce
Please include a code sample and launch.json configuration.
Steps to reproduce the behavior:

  1. Check out this project https://github.com/JerryCao1985/SORT
  2. Compile it. It is simple to compile it because I already have the VSCode task to compile it.
  3. Unzip the attached file in bin folder so that there is a folder named 'intermediate' in bin folder. intermediate.zip
  4. Try debugging the program by placing a breakpoint in PathTracing::Li
  5. When stepping forward, you get pretty frequent error mentioning 'Exception has occurred.' It doesn't stop anything but is really annoying.

Additional context
If applicable, please include logging by adding "logging": { "engineLogging": true, "trace": true, "traceResponse": true } in your launch.json
Add any other context about the problem here including log or error messages in your Debug Console or Output windows. There is no any other error output at all.

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.