Dump Virtual Box Memory
最后更新于
这有帮助吗?
最后更新于
这有帮助吗?
Launch the VirtualBox debug console by navigating to "Debug" menu an select "Command Line":
Once you select "Command Line", you will be presented with a console that looks like this:
memory dump will be a raw file dumped to /home/youruser directory
To create a memory dump, issue the below command (also highlighted in the above graphic):
If you want the debug options to be always available, you can:
export VBOX_GUI_DBG_ENABLED=true
before launching the VM or
put export VBOX_GUI_DBG_ENABLED=true
in your .bashrc
or /etc/environment