Changeset 35144 in vbox for trunk/doc/manual
- Timestamp:
- Dec 15, 2010 4:20:37 PM (14 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Troubleshooting.xml
r35065 r35144 135 135 </footnote></para> 136 136 137 <para>You can also use <computeroutput>VBoxManage 138 debugvm</computeroutput> to create a dump of a complete virtual machine; 139 see <xref linkend="vboxmanage-debugvm" />.</para> 140 137 141 <para>For network related problems, it is often helpful to capture a 138 142 trace of network traffic. If the traffic is routed through an adapter on … … 152 156 153 157 <sect2> 154 <title >The built-in VM debugger</title>158 <title id="debugger">The built-in VM debugger</title> 155 159 156 160 <para>VirtualBox includes a built-in VM debugger, which advanced users -
trunk/doc/manual/en_US/user_VBoxManage.xml
r35142 r35144 2889 2889 </sect1> 2890 2890 2891 <sect1 id="vboxmanage-debugvm"> 2892 <title>VBoxManage debugvm</title> 2893 2894 <para>The "debugvm" commands are for experts who want to tinker with the 2895 exact details of virtual machine execution. Like the VM debugger described 2896 in <xref linkend="debugger" />, these commands are only useful if you are 2897 very familiar with the details of the PC architecture and how to debug 2898 software.</para> 2899 2900 <para>The subcommands of "debugvm" all operate on a running virtual 2901 machine. The following are available:<itemizedlist> 2902 <listitem> 2903 <para>With <computeroutput>dumpguestcore --filename 2904 <name></computeroutput>, you can create a system dump of the 2905 running VM, which will be written into the given file. This file 2906 will have the standard ELF core format (with custom 2907 sections).</para> 2908 </listitem> 2909 2910 <listitem> 2911 <para>The <computeroutput>injectnmi</computeroutput> command causes 2912 a non-maskable interrupt (NMI) in the guest, which might be useful 2913 for certain debugging scenarios. What happens exactly is dependent 2914 on the guest operating system, but an NMI can crash the whole guest 2915 operating system. Do not use unless you know what you're 2916 doing.</para> 2917 </listitem> 2918 2919 <listitem> 2920 <para>The <computeroutput>statistics</computeroutput> command can be 2921 used to display VMM statistics on the command line. The 2922 <computeroutput>--reset</computeroutput> option will reset 2923 statistics. The affected statistics can be filtered with the 2924 <computeroutput>--pattern</computeroutput> option, which accepts 2925 DOS/NT-style wildcards (<computeroutput>?</computeroutput> and 2926 <computeroutput>*</computeroutput>).</para> 2927 </listitem> 2928 </itemizedlist></para> 2929 </sect1> 2930 2891 2931 <sect1 id="vboxmanage-dhcpserver"> 2892 2932 <title>VBoxManage dhcpserver</title>
Note:
See TracChangeset
for help on using the changeset viewer.