Bochs: Difference between revisions

342 bytes added ,  14 years ago
[unchecked revision][unchecked revision]
Line 74:
==Bochs debugging facilities==
Bochs has several features that eases debugging. Many of them must be enabled via an configure switch:
 
===GUI debugger===
Bochs has a command-line internal debugger, and a graphical interface on top of it. You must compile Bochs with the configuration option and then edit your bochsrc file in order to enable the GUI debugger. I use this line in my bochsrc file to enable graphical debugging in X:
 
display_library: x, options="gui_debug"
 
===I/O debugger macros===
20

edits