From 4a4d8601d107c5d0550ba1fbe9b8bb2c2d03ceed Mon Sep 17 00:00:00 2001 From: Joshua Abraham Date: Sat, 25 Jan 2020 20:03:57 -0500 Subject: [PATCH] Update README's debugging instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf172e..f20204a 100644 --- a/README.md +++ b/README.md @@ -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.