From 1c0b4aae499232e0fbff8c72e105a97bdb98bfde Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 12 Apr 2004 22:09:36 +0000 Subject: [PATCH] Clarify the attach command. --- documentation/debugger.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/debugger.sgml b/documentation/debugger.sgml index b9c74b1f8f7..637b79ef7c6 100644 --- a/documentation/debugger.sgml +++ b/documentation/debugger.sgml @@ -1198,8 +1198,9 @@ set $BreakAllThreadsStartup = 1 abort aborts the debugger quit exits the debugger -attach N attach to a W-process (N is its ID). IDs can be - obtained using the walk process command +attach N attach to a W-process (N is its ID, numeric or hexadecimal(0xN)). + IDs can be obtained using the walk process command. Note the + walk process command returns hexadecimal values detach detach from a W-process. WineDbg will exit (this may be changed later on)