A question for the greats....
-
- Posts: 7
- Joined: Thu May 26, 2005 7:40 am
A question for the greats....
Hi, Im new at ps2dev and had just one question. I wanted to mod someones program.(Naturally i got their permission) and was wondering if there was any source level debuggers for r5900 MIPS. I found a MIPS r3000 REC. But I havent come across one for the ps2. Any Ideas? This would be greatly appreciated.
There really aren't many choices for debugging on the PS2.
You can use printf to debug your software.
There is also a port of gdb, however I've been told it's quite slow (I haven't used it personally).
The majority of people here do debugging on PS2 via printf ;)
You can use printf to debug your software.
There is also a port of gdb, however I've been told it's quite slow (I haven't used it personally).
The majority of people here do debugging on PS2 via printf ;)
Shoot Pixels Not People!
Makeshift Development
Makeshift Development
-
- Posts: 7
- Joined: Thu May 26, 2005 7:40 am
1. They are virtually the only two debugging methods so I listed them both with no regard to the exact type of debugging they are. There isn't a large selection of programs in order for you to be picky about the exact style of debugging.
2. PS2Link will redirect all output from printf to the PC.
2. PS2Link will redirect all output from printf to the PC.
Shoot Pixels Not People!
Makeshift Development
Makeshift Development
-
- Posts: 7
- Joined: Thu May 26, 2005 7:40 am
-
- Posts: 7
- Joined: Thu May 26, 2005 7:40 am