Changeset 58478 in vbox
- Timestamp:
- Oct 29, 2015 12:39:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r58476 r58478 3978 3978 <para>Default: When debugging is enabled, <computeroutput>1</computeroutput>, 3979 3979 otherwise <computeroutput>0</computeroutput></para> 3980 <para>Specify whether to expose the "VS#1" (virtualization service interface)to the3980 <para>Specify whether to expose the "VS#1" (virtualization service) interface to the 3981 3981 guest. This interface is required for debugging Microsoft Windows 10 32-bit guests, but 3982 3982 is optional for other Windows versions.</para> … … 4017 4017 <computeroutput>kdvm.dll</computeroutput> from a Windows 8.0 installation<footnote> 4018 4018 <para>Only Windows 8.0 ships <computeroutput>kdvm.dll</computeroutput>. Windows 8.1 4019 and newer Windows guests do not.</para></footnote>. This file is4019 and newer Windows versions do not.</para></footnote>. This file is 4020 4020 typically located in <computeroutput>C:\Windows\System32</computeroutput>. Copy it 4021 4021 to the same location in your Windows 7 guest. Make sure you copy the 32-bit or … … 4068 4068 and may be used if security is not a concern. If you do not specify any encryption key, 4069 4069 <computeroutput>bcdedit</computeroutput> will generate one for you and you will need to copy 4070 this key to later paste intoMicrosoft WinDbg on the remote end.</para>4070 this key to later enter in Microsoft WinDbg on the remote end.</para> 4071 4071 </listitem> 4072 4072 <listitem> … … 4078 4078 <screen>bcdedit /set bootdebug {bootmgr} on</screen> 4079 4079 </para> 4080 <para> Refer to your official Microsoftdocumentation for what each of the above4080 <para>Please refer to Microsoft Windows documentation for what each of the above 4081 4081 debug option covers.</para> 4082 4082 </listitem> … … 4097 4097 <para>Now press "OK" to start listening for connections. Microsoft WinDbg typically shows 4098 4098 a "Waiting to reconnect" message during this phase.</para> 4099 4100 <para>Alternatively, launch WinDbg from the command line to launch a debug session: 4101 <screen>windbg.exe -k net:port=50000,key=1.2.3.4</screen> 4102 Please refer to the WinDbg documentation for complete command line syntax. 4103 </para> 4099 4104 4100 4105 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.