Skip to content

Commit

Permalink
fix: incorrect default port (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeEB authored Jun 27, 2024
1 parent 5ab5c32 commit 456cbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gdbserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If using an IDE like Microsoft Visual Studio Code or Eclipse Embedded with plugi

From the commander, a gdbserver can be run with the [`gdbserver` command]({% link _docs/command_reference.md %}#gdbserver-1).

The default gdbserver TCP/IP port number is 333. This can be changed using the `-p` / `--port` or the `gdbserver_port` session option.
The default gdbserver TCP/IP port number is 3333. This can be changed using the `-p` / `--port` or the `gdbserver_port` session option.

### Multicore targets

Expand Down

0 comments on commit 456cbf8

Please sign in to comment.