summaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-01-25 16:22:21 +0100
committerGuido Günther <agx@sigxcpu.org>2011-01-25 16:22:21 +0100
commit443a0d174c42e21f4fd6449d64d0b727aa275ca6 (patch)
tree821d021bca22c7254f18ca041aecd6261d640b28 /development
parent59ac05c44f0eba0787d32f0800e659a8af5da3e6 (diff)
use list
Diffstat (limited to 'development')
-rw-r--r--development/debugging.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/development/debugging.mdwn b/development/debugging.mdwn
index 996940b..54e1084 100644
--- a/development/debugging.mdwn
+++ b/development/debugging.mdwn
@@ -37,8 +37,10 @@ Step to the next statement following function calls:
Other useful commands:
- finish: run until the function exits and print it's return value
- directory: specify source code location
+* finish: run until the function exits and print it's return value
+* print: print the value of a variable
+* directory: specify source code location
+* set substitute-path: define a source path substitution to look for the source at a different location
## Backtrace
The current stacktrace can be inspected using *bt*. *bt full* additionally