summaryrefslogtreecommitdiff
path: root/faq
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-01-28 23:49:54 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-01-28 23:49:54 +0100
commitce87d100dcfd09ba08a27f2a788998753126be43 (patch)
treea7fffe05ad6bd5d4c42775776bf2c3b8ea3bc914 /faq
parent514472f2d86a5905ed3df4d346403064e751316c (diff)
better just start an active translator when debugging
Diffstat (limited to 'faq')
-rw-r--r--faq/debugging_translators.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/faq/debugging_translators.mdwn b/faq/debugging_translators.mdwn
index 195b2276..1a9de256 100644
--- a/faq/debugging_translators.mdwn
+++ b/faq/debugging_translators.mdwn
@@ -16,7 +16,7 @@ during it, on Debian you need the `hurd-dbg` and `libc0.3-dbg` packages installe
If you need to debug the initialization of the translator, start the translator
like
- $ settrans -P /foo /usr/bin/env LD_LIBRARY_PATH=/usr/lib/debug /hurd/foofs
+ $ settrans -Pa /foo /usr/bin/env LD_LIBRARY_PATH=/usr/lib/debug /hurd/foofs
The `-P` option will make it
pause and you will be able to attach [[debugging/GDB]] to the process.