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

First, thank you very much for creating this extension. It allowed me to debug the ESP32 on Visual Studio Code, which is indeed much better than only using GDB TUI!...

If submitting a bug please make sure - [ ] If you are using lldb - [x] `lldb --version` >= 3.7.1 - [ ] it works on the command line...

Hi I'm trying to debug a ESP32 app. I can connect to the GDB server using command line but it seems that I'm doing something wrong in VSCode and I...

Is it possible to send a Ctrl+C (SIGINT) to the gdbserver? As far as I know using Native Debug simultaneously conntecting to the gdbserver for example in the TERMINAL using...

I downloaded the recent version of mago-mi from yesterday, created a hello-world dub sample using ```dub init sample1``` and compiled the application using OMF (-a x86). Debugging in command prompt...

bug

On a fresh `dub init` project, I've tried to run the debugger with this config: ``` { "version": "0.2.0", "configurations": [ { "name": "mago-debug", "type": "mago-mi", "request": "launch", "target": "debug-test.exe",...

Hello, this is a question (Google search did not find any answers for me), I am getting LLDB error on Windows 10 64-bit running lldb-mi as follows: **MI: Error: Driver....

my server not support gdb mi2 so i want to debug in mi i don't know how to setting config for mi debug can you tell me?

question

Hi, I've installed the latest LLVM + lldb via https://afnan.io/2018-10-01/using-the-latest-llvm-release-on-macos/, using: ``` brew install llvm echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.zshrc ``` And now lldb's --version is at v8.x. I also...

If submitting a bug please make sure - [x] If you are using gdb - [x] `gdb --version` >= 7.7.1 - [x] it works on the command line with `gdb`...