Skip to content

Commit 575cba9

Browse files
committed
Fix formatting issue in Debugging section
1 parent 9f1550b commit 575cba9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

99_Appendices/E_Debugging.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,13 @@ virtualboxvm --startvm vmname
150150
```
151151

152152
You can use either the Virtual Machine name, or its uuid.
153+
153154
### Run a vm with debug enabled
154155

155156
To run a VM with debug you need two things:
156157

157-
* The first one is either the VBOX_GUI_DBG_ENABLED or VBOX_GUI_DBG_AUTO_SHOW set to true
158-
* Launch the virtual machine with the --debug option:
158+
* The first one is either the `VBOX_GUI_DBG_ENABLED` or `VBOX_GUI_DBG_AUTO_SHOW` set to true
159+
* Launch the virtual machine with the `--debug` option:
159160

160161
```bash
161162
virtualboxvm --startvm vmname --debug
@@ -165,7 +166,7 @@ this will open the Virtual Machine with the Debugger command line and ui.
165166

166167
## QEmu
167168

168-
### Qemu monitor
169+
### QEmu monitor
169170

170171
Qemu monitor is a tool used to send complex commands to the qemu emulator, is useful to for example add/remove media images to the system, freeze/unfreeze the VM, and to inspect the state of the Virtual machine without using an external debugger.
171172

0 commit comments

Comments
 (0)