Commit 1c0b4aae authored by Jeff's avatar Jeff Committed by Alexandre Julliard

Clarify the attach command.

parent 0217bfdf
...@@ -1198,8 +1198,9 @@ set $BreakAllThreadsStartup = 1 ...@@ -1198,8 +1198,9 @@ set $BreakAllThreadsStartup = 1
abort aborts the debugger abort aborts the debugger
quit exits the debugger quit exits the debugger
attach N attach to a W-process (N is its ID). IDs can be attach N attach to a W-process (N is its ID, numeric or hexadecimal(0xN)).
obtained using the walk process command 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 detach detach from a W-process. WineDbg will exit (this may
be changed later on) be changed later on)
</screen> </screen>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment