Skip to content
Snippets Groups Projects
Verified Commit c860322c authored by Jeremy Soller's avatar Jeremy Soller
Browse files
parents 76581932 8eaa809b
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ Running [qemu] with the `-s` flag will set up [qemu] to listen on port 1234 for ...@@ -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. 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. 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