Thank you for this tutorial.
I have followed instructions (my rust installation is now in ~/.cargo, I installed it from the website).
Everything is working fine except the debugger (gdb is installed and codesigned).
Breakpoints don’t work, and I am getting these kinds of errors in the console:
warning: can’t find symbol ‘je_in_valgrind’ in minsymtab
warning: can’t find symbol ‘je_chunk_alloc_dss’ in minsymtab
...
Which is what the terminal also gives me when trying to use gdb manually.
Any ideas? I have been struggling with this for countless hours.