summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/how-to-debug-cygwin.txt
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-04-25 05:03:53 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-04-25 05:03:53 +0000
commit46bf13ffc0e3995db978c6d4e2eebc45d4e41e0c (patch)
tree4c1831d39e152527e5c1505522911f3d04c05ea2 /winsup/cygwin/how-to-debug-cygwin.txt
parent6fbeb6a3f07e9c5c62966e8bf2a4ecfd367f23a9 (diff)
downloadcygnal-46bf13ffc0e3995db978c6d4e2eebc45d4e41e0c.tar.gz
cygnal-46bf13ffc0e3995db978c6d4e2eebc45d4e41e0c.tar.bz2
cygnal-46bf13ffc0e3995db978c6d4e2eebc45d4e41e0c.zip
* how-to-debug-cygwin.txt: Fix typo.
Diffstat (limited to 'winsup/cygwin/how-to-debug-cygwin.txt')
-rw-r--r--winsup/cygwin/how-to-debug-cygwin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/how-to-debug-cygwin.txt b/winsup/cygwin/how-to-debug-cygwin.txt
index cf10bafe7..bf7c7a6fb 100644
--- a/winsup/cygwin/how-to-debug-cygwin.txt
+++ b/winsup/cygwin/how-to-debug-cygwin.txt
@@ -82,10 +82,10 @@ c:\some\path\bad_program.exe some parameters
You can also set a CYGWIN_DEBUG variable to force the debugger to pop up
only when a certain program is run:
-set CYGWIN_DEBUG=cat.exe=gdb.exe
+set CYGWIN_DEBUG=cat.exe:gdb.exe
This will force gdb.exe to start when the program name contains the string
- "cat.exe". The '=gdb.exe' isn't really needed, since it is the default.
+ "cat.exe". The ':gdb.exe' isn't really needed, since it is the default.
It is just there to show how you can specify a program to run when the
program starts. You can optionally set a breakpoint on "break_here"
once the debugger pops up and then you can single step through the