Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
20f74cb7
Commit
20f74cb7
authored
Oct 01, 2002
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 01, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation of how to invoke winedbg.
parent
e10bbc3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
debugger.sgml
documentation/debugger.sgml
+1
-11
No files found.
documentation/debugger.sgml
View file @
20f74cb7
...
...
@@ -987,16 +987,6 @@ wine -debug myprog.exe
The path to the debugger you chose to use must be reachable
via a DOS drive in the Wine config file !
</para>
<para>
You can also set a shell script to launch the debugger. In
this case, you need to be sure that the invocation in
this shell script is of the form:
<programlisting>
WINEPRELOAD=<path_to_winedbg.so> exec wine $*
</programlisting>
(Shell script must use exec, and the debugger .so file must
be preloaded to override the shell script information).
</para>
</listitem>
</varlistentry>
<varlistentry>
...
...
@@ -1018,7 +1008,7 @@ wine -debug myprog.exe
<programlisting>
[MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 957636538
"Auto"=dword:00000001
"Debugger"="
/usr/local/bin/winedbg
%ld %ld"
"Debugger"="
winedbg --debugmsg -all
%ld %ld"
</programlisting>
<note>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment