mirror of https://gitlab.com/basile.b/dexed.git
1.4 KiB
1.4 KiB
title |
---|
Usage in video |
Debug a runnable
This video shows how a runnable module can be debugged in the GDB commander widget.
The runnable calls a function that returns an int
.
A breakpoint is put before returning and the result is patched in the CPU inspector by changing RAX value.
{% raw %}
{% endraw %}GIT gui as a tool
This video shows how to setup a custom tool that invokes git gui
for the current project.
The trick is to set the tool's current working directory with a symbolic string that's expanded to the current project location.
{% raw %}
{% endraw %}