code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

Native debugging for VSCode

Results 147 code-debug issues
Sort by recently updated
recently updated
newest added

Apparently, hovering over comments causes the extension to try to evaluate the expression, resulting in many pop-up errors This is similar to #46 but a bit more disruptive. --- For...

1.fix implicitly type error of LogMessage 2.fix gdb check error, checkCommand success should not warning "Configured debugger ${dbgCommand} not found" ``` protected checkCommand(debuggerName: string): boolean { try { const command...

![2024-07-22_161812_149](https://github.com/user-attachments/assets/508d6878-4ca5-43de-96e9-dd9f0a88b068) ![2024-07-22_174619_782](https://github.com/user-attachments/assets/de038f75-6dc4-46a3-85d2-b69136d8c02e) solve the problem of failed parsing of STL containers

before: ![image](https://github.com/user-attachments/assets/070aa4d9-4dfc-4c4c-bc3d-2aae1fa73423) ![image](https://github.com/user-attachments/assets/41430bae-676b-450c-adf3-5f3524dc1f15) after: ![image](https://github.com/user-attachments/assets/0108d971-e3ff-46fc-a489-81bdfc9eeb33) ![image](https://github.com/user-attachments/assets/f6fcfb1f-0c59-4adb-8948-d488f5633c7d)

### Symptom When using a recent version of gdb (anything after 2022 March 08), the thread context is not selected by the extension anymore, and therefore (multi-threaded?) binaries cannot be...

This prevents the error message when a variable can not be found.

I use VScode to debug C code in Ubuntu on gnome-termial, that's mean I add > "terminal": "", to my launch.json The problem is when I debug on the terminal,...

enhancement
gdb

Using ssh gdb(13.1), triggering break point ok but with a wrong path launch.json: ```jsonc { "version": "0.2.0", "configurations": [ { "type": "gdb", "request": "launch", "name": "Launch (SSH)", "target": "func", "cwd":...

![wechat_2024-09-25_162649_083](https://github.com/user-attachments/assets/62e896b2-e0b6-4f57-b743-e55396235a72)

![image](https://github.com/user-attachments/assets/f5810657-4d15-482e-8517-b69a21e69b85) ![image](https://github.com/user-attachments/assets/80832eec-079d-4aa2-b570-c959c33b1642) Set the default input and output in the VSCode terminal, SSH is not supported for now.