-
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…
-
- [x] If you are using gdb
- [x] `gdb --version` >= 7.7.1
- [x] it works on the command line with `gdb`
- [x] `cwd` and `target` are properly set
- [ ] If you are using lldb
- [ ] `lld…
-
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`
- [x] `cwd` and `target` are properly set
- [ …
-
I tried to use externalConsole. But when I hit ctrl-c in the external window, the debugger just close. I use vscode in ubuntu.
mttbx updated
4 months ago
-
Decided to mess with realgud:gdb (version 20160618.1028 from melpa.org) instead of gdb for microcontroller f/w development.
Noticed the following problems:
1) set annotate 1, gives non-printable chara…
-
Type: Debugger
**Describe the bug**
- OS and Version: MacOS 11.2.3 (Big Sur)
- VS Code Version: 1.5.4.3
- C/C++ Extension Version: 1.2.2
- I have recreated on both Intel and Apple Silicon (Rose…
-
Type: Debugger
OS: MacOS
Version: 10.15.3
Debugger: LLDB
cpptools version: Version 0.27.0-insiders2
launch.json:
```
{
// Use IntelliSense to learn about possible attributes.
// Hov…
-
Consider the following function:
```c
int square(int i) {
return i * i;
}
```
Compiling with
```
Debian clang version 15.0.0-++20220411071831+e995526e661f-1~exp1~20220411071915.217
…
khuey updated
2 months ago
-
_From [zhao...@google.com](https://code.google.com/u/106321947286816917100/) on May 25, 2012 22:47:18_
call stack:
#0 0x55b5dd83 in ?? () // code for __strspn_sse42
#1 0x08096ac0 in cPar::setFrom…
-
`-break-insert -f` allows for the insertion of breakpoints before the actual executable file is loaded. Breakpoints created like this seem to never be hit.