|
| 1 | +name: Bug Report - Debugger |
| 2 | +description: Create a bug report for debugging such as call stack, breakpoints, watch window, launching or attaching to a debuggee. |
| 3 | +body: |
| 4 | +- type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + ### Is there an existing issue for this? |
| 8 | + Please search our [existing issues](https://github.com/microsoft/vscode-cpptools/issues) to see if an issue already exists for the bug you encountered. |
| 9 | +
|
| 10 | + Please also review our [documentation](https://code.visualstudio.com/docs/languages/cpp) and [FAQs](https://code.visualstudio.com/docs/cpp/faq-cpp). |
| 11 | +- type: textarea |
| 12 | + attributes: |
| 13 | + label: Environment |
| 14 | + description: | |
| 15 | + Please provide the information for the following: |
| 16 | + - OS and version |
| 17 | + - VS Code version |
| 18 | + - C/C++ extension version |
| 19 | + - OS and version of remote machine (if applicable) |
| 20 | + - GDB / LLDB version |
| 21 | + value: | |
| 22 | + - OS and version: |
| 23 | + - VS Code: |
| 24 | + - C/C++ extension: |
| 25 | + - OS and version of remote machine (if applicable): |
| 26 | + - GDB / LLDB version: |
| 27 | + validations: |
| 28 | + required: true |
| 29 | +- type: textarea |
| 30 | + attributes: |
| 31 | + label: Bug Summary and Steps to Reproduce |
| 32 | + description: | |
| 33 | + Please describe the debugging issue or debugger feature that is not working as expected. |
| 34 | +
|
| 35 | + Include clear steps on how to reproduce the issue. |
| 36 | + value: | |
| 37 | + Bug Summary: |
| 38 | +
|
| 39 | +
|
| 40 | + Steps to reproduce: |
| 41 | + 1. In this environment... |
| 42 | + 2. With this config... |
| 43 | + 3. Do '...' |
| 44 | + 4. See error... |
| 45 | + validations: |
| 46 | + required: true |
| 47 | +- type: textarea |
| 48 | + attributes: |
| 49 | + label: Debugger Configurations |
| 50 | + description: Please provide the debugger configurations from the **tasks.json** and **launch.json** files. |
| 51 | + render: shell |
| 52 | + validations: |
| 53 | + required: true |
| 54 | +- type: textarea |
| 55 | + attributes: |
| 56 | + label: Debugger Logs |
| 57 | + description: | |
| 58 | + If applicable, please include [logging for the debugger adapter](https://code.visualstudio.com/docs/cpp/enable-logging-cpp#_enable-logging-for-the-debug-adapter) by adding `"logging": { "engineLogging": true, "trace": true, "traceResponse": true }` in the **launch.json** file. |
| 59 | +
|
| 60 | + Include logs or error messages from the Debug Console or Output windows. |
| 61 | + render: shell |
| 62 | + validations: |
| 63 | + required: true |
| 64 | +- type: textarea |
| 65 | + attributes: |
| 66 | + label: Other Extensions |
| 67 | + description: If applicable, please list other extensions installed and if the issue persists after disabling other extensions. |
| 68 | + validations: |
| 69 | + required: false |
| 70 | +- type: textarea |
| 71 | + attributes: |
| 72 | + label: Additional Information |
| 73 | + description: | |
| 74 | + Optionally provide other information that will give us more context about the issue you are encountering, such as a code sample, screenshots, or screen recording of the issue. |
| 75 | +
|
| 76 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 77 | + validations: |
| 78 | + required: false |
0 commit comments