vscode-cpptools/.github/ISSUE_TEMPLATE/debugger.md at master · ImtRuby/vscode-cpptools · GitHub
Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.17 KB

File metadata and controls

38 lines (32 loc) · 1.17 KB
name Debugger
about Issues pertaining to debugging such as call stack, breakpoints, watch window, launching or attaching to a debuggee.
title
labels
assignees

Type: Debugger

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.