[vbox-dev] How to debug on Windows?

Huihong Luo huisinro at yahoo.com
Fri Feb 6 04:34:32 GMT 2009


you can use the following command line to debug:
 
devenv.exe /debugexe virtualbox.exe -startvm {vm-guid}
 
the vm guid can be found from the xml file.
 
Inside vs.net, you can open any source file, and set a breakpoint.
 
Another way is to launch a vm first, then attach to the process.
 
Huihong

--- On Thu, 2/5/09, Stefan Koesling <lekanteto at gmail.com> wrote:

From: Stefan Koesling <lekanteto at gmail.com>
Subject: [vbox-dev] How to debug on Windows?
To: vbox-dev at virtualbox.org
Date: Thursday, February 5, 2009, 4:52 PM


Hello,

I have successfully build the debug version of VBox on Windows. 
How can I run it the visual c++ 2005 express debugger to set breakpoints, singlestep, etc...?

Thank you for your help,
Stefan _______________________________________________
vbox-dev mailing list
vbox-dev at virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20090205/2b52c2be/attachment.html>


More information about the vbox-dev mailing list