diff options
-rw-r--r-- | Hurd/noninvasivedebugging.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Hurd/noninvasivedebugging.mdwn b/Hurd/noninvasivedebugging.mdwn index 2ed57c3d..6259ce28 100644 --- a/Hurd/noninvasivedebugging.mdwn +++ b/Hurd/noninvasivedebugging.mdwn @@ -2,4 +2,5 @@ Sometimes using gdb on a server can result in deadlock. You can still use gdb by using the "set noninvasive" option. This indicates to gdb to not stop the program but allows you to -nevertheless examine its state.
\ No newline at end of file +nevertheless examine its state. Thus, you can get back traces +and value of variables (and watch them change underneath you).
\ No newline at end of file |