mirror of https://gitlab.com/basile.b/dexed.git
typo in the change log and update doc for gdb com
This commit is contained in:
parent
40b2a0b67f
commit
ebad719dc0
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Enhancements
|
||||
|
||||
- GDB commander: added the _macCallStackDepth_ option. It prevents slowdown when on automatic break caused by a stack overflow.
|
||||
- GDB commander: added the _maxCallStackDepth_ option. It prevents slowdowns, especially after an automatic break caused by a stack overflow.
|
||||
|
||||
## Bugs fixed
|
||||
|
||||
|
|
|
@ -37,10 +37,10 @@ Note that for now SSE registers are not supported by the inspector.
|
|||
|
||||
## Toolbar
|
||||
|
||||
- : Starts debugging. By default the project output is launched. It should be compiled with the debug info generation. A context menu at the right allows to debug the [runnable](features_runnables.html) binary produced for the editor that has the selection.
|
||||
- : Stops the debugging cession.
|
||||
- : Resume the debugging cession.
|
||||
- : Pauses the debugging cession.
|
||||
- : Starts debugging. By default the project output is launched. It should be compiled with the debug info generation. A context menu at the right allows to debug the [runnable](features_runnables.html) binary produced for the editor that has the selection or even a custom executable, not necessarily programmed in D.
|
||||
- : Stops the debugging session.
|
||||
- : Resume the debugging session.
|
||||
- : Pauses the debugging session.
|
||||
- : Steps to the next instruction, including inside functions. A context menu at the right allows to define if stepping is done at the source level (line by line) or at the hardware level (instruction by instruction).
|
||||
- : Steps to the next instruction, excluding functions calls. A context menu at the right allows to define if stepping is done at the source level (line by line) or at the hardware level (instruction by instruction).
|
||||
- : Updates the CPU inspector.
|
||||
|
|
Loading…
Reference in New Issue