1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

Clarify the attach command.

This commit is contained in:
Jeff 2004-04-12 22:09:36 +00:00 committed by Alexandre Julliard
parent 0217bfdfed
commit 1c0b4aae49

View File

@ -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)
</screen>