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
4a85a450
Commit
4a85a450
authored
Apr 13, 2001
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note on using shell scripts as AeDebug setup, added
BreakOnDllLoad variable.
parent
12cf61fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
debugger.sgml
documentation/debugger.sgml
+23
-1
No files found.
documentation/debugger.sgml
View file @
4a85a450
...
...
@@ -966,6 +966,16 @@ 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>
...
...
@@ -1118,6 +1128,18 @@ set $BreakAllThreadsStartup = 1
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>BreakOnDllLoad</varname></term>
<listitem>
<para>
Set to <literal>TRUE</literal> if the debugger stops
when a DLL is loaded into memory; when the debugger
is invoked after a crash, the DLLs already mapped in
memory will not trigger this break.
<literal>FALSE</literal> by default.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect3>
...
...
@@ -1339,7 +1361,7 @@ info local prints information on local variables for current
show dir
dir <pathname>
dir
symbolfile <pathname>
symbolfile <
module> <
pathname>
</screen>
<screen>
list lists 10 source lines from current position
...
...
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