Skip to content

How do I debug this? #179

Answered by FenrirWolf
CenTdemeern1 asked this question in Q&A
Apr 20, 2024 · 3 comments · 21 replies
Discussion options

You must be logged in to vote
  1. There are a few ways to try debugging it. One would be to use gdb, which you can use by following this guide in the ctru-rs wiki. You can also try $DEVKITARM/bin/arm-none-eabi-addr2line -C -e <your-homebrew-program.elf> -a <address> with the PC and LR values from that crash dump to see where in the source code those addresses correspond to.

  2. We don't have a discord or IRC or whatnot at the moment, though I honestly feel like we should.

Replies: 3 comments 21 replies

Comment options

You must be logged in to vote
10 replies
@CenTdemeern1
Comment options

@AzureMarker
Comment options

@ian-h-chamberlain
Comment options

@CenTdemeern1
Comment options

@CenTdemeern1
Comment options

Answer selected by CenTdemeern1
Comment options

You must be logged in to vote
3 replies
@CenTdemeern1
Comment options

@CenTdemeern1
Comment options

@CenTdemeern1
Comment options

Comment options

You must be logged in to vote
8 replies
@CenTdemeern1
Comment options

@ian-h-chamberlain
Comment options

@CenTdemeern1
Comment options

@CenTdemeern1
Comment options

@ian-h-chamberlain
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants