Skip to content
Snippets Groups Projects
Commit 8eaa809b authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'master' into 'master'

Update README's debugging instructions

See merge request redox-os/kernel!113
parents 64f962e0 4a4d8601
No related branches found
No related tags found
1 merge request!113Update README's debugging instructions
......@@ -12,7 +12,7 @@ Running [qemu] with the `-s` flag will set up [qemu] to listen on port 1234 for
a [gdb] client to connect to it. To debug the redox kernel run.
```
make qemu debug=yes
make qemu gdb=yes
```
This will start a VM with and listen on port 1234 for a [gdb] or [lldb] client.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment