- Timestamp:
- Sep 23, 2010 11:21:52 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66181
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Troubleshooting.xml
r32387 r32741 179 179 </itemizedlist></para> 180 180 181 <para>The debugger can be enabled in t woways:<itemizedlist>181 <para>The debugger can be enabled in three ways:<itemizedlist> 182 182 <listitem> 183 183 <para>Start the <computeroutput>VirtualBox</computeroutput> … … 194 194 <computeroutput>VBOX_GUI_DBG_ENABLED</computeroutput> or 195 195 <computeroutput>VBOX_GUI_DBG_AUTO_SHOW</computeroutput> 196 environment variable to an arbitrary value before launching the 197 VirtualBox process. Setting these variables (only their presence 198 is checked) is effective even when the first VirtualBox process is 199 the VM selector window. VMs subsequently launched from the 200 selector will have the debugger enabled.</para> 201 </listitem> 196 environment variable to <computeroutput>true</computeroutput> 197 before launching the VirtualBox process. Setting these variables 198 (only their presence is checked) is effective even when the first 199 VirtualBox process is the VM selector window. VMs subsequently 200 launched from the selector will have the debugger enabled.</para> 201 </listitem> 202 203 <listitem> 204 <para>Set the 205 <computeroutput>GUI/Dbg/Enabled</computeroutput> extra data item to 206 <computeroutput>true</computeroutput> before launching the 207 VM. This can be set globally or on a per VM basis.</para> 208 </listitem> 209 202 210 </itemizedlist></para> 203 211
Note:
See TracChangeset
for help on using the changeset viewer.