SublimeGDB
SublimeGDB copied to clipboard
GDB integration with Sublime Text 2
Syntax definition could be updated to use newer yaml based language, and to highlight backtraces like the real gdb does in a terminal (which is basically the reason I found...
This pull request adds a mighty feature to sublimeGDB, i.e. memory dumps just as you would get with x/x in GDB. The changed bytes are highlighted, and the memdump detects...
I get the following popup every time I step over my c++ code. Stepping into produces no errors. 166^error,msg="value has been optimized out" File "C:\Users\Eric\AppData\Roaming\Sublime Text 3\Packages\SublimeGDB\sublimegdb.py", line 1373, in...
I am trying to use SublimeGDB with rr, and strangely it worked 1-2 times but mostly is crashing the whole Sublime Text on connection to remote gdb server (after a...
I wanted to use gdb via Sublime Text 3. I know the process on how to do it via terminal but I'm confused on how to set it up using...
It's really useful to know what's inside the vectors while debugging, I'm using QtCreator and it give the possibility to see what's inside vectors and arrays: ...
SublimeGDB currently fails to parse a valid `workingdir` entry when using `$` in the string: ``` "workingdir": "${folder:${project_path}}", ``` All I get is an empty popup box:  It doesn't...
Hello. I'm from Russia, and i'm sorry for my bad English. I want to use Sublime2 like IDE for C++ developing, and I need the debug my programs with SublimeGDB....
As the title says. After your program exits, the GDB Command input is not closed, like the rest of SublimeGDB spawned windows. A bit frustrating pressing ESC each time. Awesome...
1-gdb-show interpreter =thread-group-added,id="i1" ~"GNU gdb (GDB) 8.1\n" ~"Copyright (C) 2018 Free Software Foundation, Inc.\n" ~"License GPLv3+: GNU GPL version 3 or later \nThis is free software: you are free to...