Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.02 KB

File metadata and controls

30 lines (24 loc) · 1.02 KB
name Debugger
about Issues pertaining to debugging such as call stack, breakpoints, watch window, launching or attaching to a debuggee.

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:
  • VS Code Version:
  • C/C++ Extension Version:
  • Other extensions you installed (and if the issue persists after disabling them):
  • A clear and concise description of what the bug is.

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

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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.