xiaoxiang781216 commented on issue #10931: URL: https://github.com/apache/nuttx/issues/10931#issuecomment-1766060804
you have two methods in case of simulator: 1. launch gdb as normal with https://github.com/apache/nuttx/tree/master/tools/gdb which work with simulator too 2. Enable https://github.com/apache/nuttx-apps/tree/master/system/gdbstub and attach gdb to it as remote debug The second method can't set break pointer yet, utils @anjiahao1 upstream kgdbstub version. For real hardware, you can try https://github.com/apache/nuttx/blob/master/tools/jlink-nuttx.c. -- 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