Basile Burg
|
b3da921d63
|
refactor = -1 with equals(-1)
|
2020-07-05 14:39:08 +02:00 |
Basile Burg
|
0196068b06
|
add helper for integer, refactor ` = 0` with equals(0)
|
2020-07-05 14:26:12 +02:00 |
Basile Burg
|
40b2a0b67f
|
gdb com, add setting to limit the call stack depth
|
2020-07-02 06:35:40 +02:00 |
Basile Burg
|
017fef6fc1
|
allow to debug a custom executable
|
2020-06-06 17:32:26 +02:00 |
Basile Burg
|
5f206595d3
|
change field allowing to set what is debugged to an enumeration
|
2020-06-06 17:11:53 +02:00 |
Basile Burg
|
146fcc5732
|
fix #41 - GDB commander doesn't break on exceptions if program was compiled with LDC2
|
2020-05-27 18:59:53 +02:00 |
Basile Burg
|
593b49c695
|
replace uses of important literal with an unique string const
|
2020-04-25 02:17:49 +02:00 |
Basile Burg
|
42abae2c17
|
GDB commander, format and demangle result of evaluation triggered by mouse motion
|
2020-02-18 07:50:36 +01:00 |
Basile Burg
|
7a04995921
|
gdb commander, allow to evaluate the editor expression when mouse motion stops
this does not work very well because of the missing dereference (*) when required
so use of temporaries during debug might be advisable.
|
2020-02-13 03:35:38 +01:00 |
Basile Burg
|
70e85ed84e
|
gdb commander, place results of custm eval in the variable list
it's not anymore required to inspect the raw gdbmi output to see them
|
2020-01-29 23:55:14 +01:00 |
Basile Burg
|
ab343f3e38
|
gdb commander, save and reload custom eval kind between sessions
|
2020-01-29 23:27:04 +01:00 |
Basile Burg
|
a2c73a0d5e
|
fix #477 - Horizontal scrolling is missing in the Variables view
and add value in hint popup
|
2019-06-13 21:19:50 +02:00 |
Basile Burg
|
a1d6e246a9
|
fix little orphan SLOC not moved while extracting method
|
2019-02-07 03:36:40 +01:00 |
Basile Burg
|
148463c25d
|
fix #440 - CPU subwindow of the debugger should be removable
|
2019-02-07 02:56:29 +01:00 |
Basile Burg
|
492cd4e8e5
|
fix #336 - Out of order messages
|
2019-01-20 12:12:03 +01:00 |
Basile Burg
|
92cf60b04b
|
style
|
2019-01-20 07:45:22 +01:00 |
Basile Burg
|
7c35bceb12
|
gdb com: fix checkmark in menu for eval kind could not appear
|
2019-01-20 06:46:23 +01:00 |
Basile Burg
|
ff298cd8f7
|
add options allowing to deactive each the default D speicifc breakpoints
close #394
|
2019-01-14 06:55:36 +01:00 |
Basile Burg
|
f603fe1879
|
Get rid of old `TCE<Name>` class identifiers, step 2, #374
|
2019-01-02 21:10:48 +01:00 |