Virtualbox debugging — g: error: The VM is already running

雨燕双飞 提交于 2021-01-29 17:55:43

问题


I'm trying to debug an operating system that I am developing.

When I start up the VM machine with VirtualBoxVM --startvm "X" --debug the VM starts paused, but when I execute the 'g' command to continue execution I get this error:

g: error: The VM is already running

But when I start my virtual machine without --debug , everything works fine, but I can't debug.
Why does that error message appear?
The VM starts stopped, so the message doesn't make sense and it doesn't allow me to debug my OS.

来源:https://stackoverflow.com/questions/60553100/virtualbox-debugging-g-error-the-vm-is-already-running

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!