simbit18 commented on code in PR #16601: URL: https://github.com/apache/nuttx/pull/16601#discussion_r2163580794
########## Documentation/quickstart/debugging.rst: ########## @@ -66,13 +66,13 @@ This will start a ``gdb`` server. Then, start ``gdb`` with: .. code-block:: console $ cd nuttx/ - $ gdb-multiarch nuttx/nuttx + $ gdb-multiarch ./nuttx Inside ``gdb`` console, connect to the ``gdb`` server with: .. code-block:: - (gdb) target extended-remote :3333 + (gdb) tar remote :3333 Review Comment: Hi @acassis I also use the abbreviated form but I think for documentation the unabbreviated form is preferable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org