Hi guys...
I need some help with debugging my app. I use PSPLink to run my programs and such, but I'm a complete total newb to this debugging stuff. I've tried looking for a tutorial for two days now but not one has a solid tutorial on this psp-gdb stuff.
here's what I've picked up so far:
I found that you have to include "-g" in your makefile to enable debugging support. I also found out that you can download psp-gdb off svn but I don't know where in svn. Once I have compiled the program I type (assuming you have the drive set to the directory where your eboot is) "host0:/debug ./myapp.elf" to enable debug. Apparently you can use Eclipse's GUI to debug. but also I don't have the traditional setup for my pspsdk... I have a setup that lets me code in my Visual Studio 2005. I just don't know if I can debug in it like Eclipse can.
Just in case... this is the pspsdk I got:
http://www.jetcube.eu/archives/cat_cc.html
So that just about sums all I could find on the net... So I'm just asking if someone can work with me showing me how to use the PSPLink debugger. That would be sweet.