Replies: 1 comment
-
Try the following: (1) From the Debugger Tool's "Debugger Targets" window, choose "gdb" (or GNU gdb local IN-VM on older versions) and for "GDB launch command" enter "aarch64-none-elf-gdb.exe". Let us know if you get that far and will send more info (or check out the many related posts in Issues/Discussions). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm here to ask you how to debug my switch homebrew on ghidra.
In fact I have a crash at one moment and I want to debug my app in aim to catch the issue. I have a gdb server on my switch with atmosphere and I already connected my switch to gdb in cli mod (https://gist.github.com/jam1garner/c9ba6c0cff150f1a2480d0c18ff05e33) But it's not very easy to understand so I wanted to use one app like ghidra to debug my app.
Devkitpro provide one gdb build for nintendo switch called aarch64-none-elf-gdb.exe
Now I'm here and I have this error. Someone can help me ?
Beta Was this translation helpful? Give feedback.
All reactions