April 26, 2019 Learn » Re: Does D have a tool like pySnooper? | |||
|---|---|---|---|
| |||
...debugger support is currently rather anemic; in gdb, for example, many symbols are not recognized... | |||
April 26, 2019 Announce » Re: GDB + ddemangle | |||
|---|---|---|---|
| |||
This stays broken after 1 year. How do we fix this? | |||
April 22, 2019 General » Re: debugger | |||
|---|---|---|---|
| |||
GDB defines an interface called GDB MI. Also Mago supports this interface. Therefore you can... | |||
April 17, 2019 Learn » Re: How to debug long-lived D program memory usage? | |||
|---|---|---|---|
| |||
...visual inspection. You can dump memory with gdb -p $pid --eval-command 'dump binary memory... | |||
April 17, 2019 Learn » How to debug long-lived D program memory usage? | |||
|---|---|---|---|
| |||
...to one and `call gc_stats()` in gdb... and it segfaulted. Whoops. I am willing... | |||
April 11, 2019 Issues » [Issue 19802] New: Possible regression with dustmite | |||
|---|---|---|---|
| |||
...sigsegv running dustmite compiled with dmd ~master: ``` (gdb) r --force ../../druntime/src/ 'grep -nR HAVE... | |||
April 10, 2019 General » Re: [GSoC 2019] Interested in Baremetal D Runtime and project ideas | |||
|---|---|---|---|
| |||
...and makes it easy to inspect on GDB. Maybe without it, dmd inlines it in... | |||
March 22, 2019 Learn » Calling D library from other languages on linux using foreign threads | |||
|---|---|---|---|
| |||
...Thread 0x7ffff7aeb700 (LWP 5850)] 0x000000000045bed7 in _D4core6thread15scanAllTypeImplFNbMDFNbEQBmQBk8ScanTypePvQcZvQgZv () (gdb) bt #0 0x000000000045bed7 in _D4core6thread15scanAllTypeImplFNbMDFNbEQBmQBk8ScanTypePvQcZvQgZv () #1 0x000000000045be7f... | |||
February 28, 2019 Issues » [Issue 19691] ICE on null default value for struct parameter in constructor | |||
|---|---|---|---|
| |||
...8.2.1-6.fc28.x86_64 (gdb) (gdb) bt #0 0x00000000005b6a01 in DsymbolSemanticVisitor::visit... | |||
February 13, 2019 Issues » [Issue 19674] multiple local template function with same name don't work | |||
|---|---|---|---|
| |||
...fields.
(gdb) pt this
type = struct FRAME.D main {
int [] a;
int [] a;
} * const
(gdb... | |||
Copyright © 1999-2021 by the D Language Foundation