Skip to content

Commit

Permalink
fix port of gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
saza-ku committed Dec 20, 2024
1 parent 930f496 commit cf0fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To use file systems, specify the directory by `-Ddir=<path to dir>`. See [exampl

### GDB

You can debug Mewz with GDB. When you run Mewz with QEMU, it listens on port 1234 for GDB. You can connect to it by just running GDB at the root of the repository as `.gdbinit` is already configured.
You can debug Mewz with GDB. When you run Mewz with QEMU, it listens on port 12345 for GDB. You can connect to it by just running GDB at the root of the repository as `.gdbinit` is already configured.

```sh
zig build -Dapp-obj=<path to the object file generated by Wasker> run
Expand Down

0 comments on commit cf0fba3

Please sign in to comment.