Skip to main content

Microsoft Windows

How do I get to Debug using Windows?

To get to Debug in Windows, you need to first make sure that you have 'Xming' and 'PuTTY' installed on your computer. Then follow the following steps:

1.) Start PuTTY

2.) Expand the SSH drop down list (Click on the '+' beside 'SSH' on the left hand side of the PuTTY window)

3.) Select 'X11' that is under the 'SSH' drop down list

4.) Select (Check) 'Enable X11 Forwarding' (on the right hand side of the PuTTY window)

5.) Start Xming (an icon on the left corner of the PuTTY window will appear)

6.) Log on to the Shell Servers (if you are having issues, please see How do I login to shell from a remote location?)

7.) Run loud-bochs as

$ loud-bochs

8.) bochs will execute in debug mode. Continue execution by entering at the prompt:

<bochs:1> c
9.) The DOS environment will execute. Wait for the prompt
C:\>

10.) Enter the following command to start the debugger

C:\> debug

Documentation