| View previous topic :: View next topic |
| Author |
Message |
Unafilliated
Joined: 26 May 2005 Posts: 7
|
Posted: Sat Jun 04, 2005 6:05 am Post subject: 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. |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sat Jun 04, 2005 6:23 am Post subject: |
|
|
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 ;) _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
Unafilliated
Joined: 26 May 2005 Posts: 7
|
Posted: Sat Jun 04, 2005 8:28 am Post subject: |
|
|
1. Would this be a source level debug?
2. How would i go about doing this? Either of the two ways u posted would be great. |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sat Jun 04, 2005 8:47 am Post subject: |
|
|
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. _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
Unafilliated
Joined: 26 May 2005 Posts: 7
|
Posted: Sat Jun 04, 2005 9:04 am Post subject: |
|
|
| Thanks for thet help. Now all I would need to do is get a usb to usb cable. |
|
| Back to top |
|
 |
Oobles Site Admin
Joined: 17 Jan 2004 Posts: 362 Location: Melbourne, Australia
|
Posted: Sat Jun 04, 2005 11:25 am Post subject: |
|
|
The other choice is an official ps2 ethernet adapter. ps2link uses ethernet. If you wish to use a usb to usb cable then you would be using naplink. Each have their advantages, however, I would suggest the ethernet adapter over the usb cable.
Oobles. |
|
| Back to top |
|
 |
Unafilliated
Joined: 26 May 2005 Posts: 7
|
Posted: Sat Jun 04, 2005 2:16 pm Post subject: |
|
|
Wow, thanks oobles. That solves alot of my problems. I really appreciate that. You guys have helped me alot to accomplish one of my first goals of mine in ps2dev. Thanks again :)
-Unafilliated |
|
| Back to top |
|
 |
|