bucanero / ps3loadx

PS3LoadX
http://www.bucanero.com.ar/
MIT License
15 stars 5 forks source link

GDB server ? #1

Open SeleDreams opened 3 years ago

SeleDreams commented 3 years ago

Hi, I was wondering if there were plans to integrate a gdb server to it so that it becomes easier to debug the homebrews sent to the ps3 ?

bucanero commented 3 years ago

no, there's no plan to add more features to ps3loadX.

For proper debugging, you'd need to use a PS3 with DEX (debug) firmware, and use some of the original SDK debug tools to connect to the ps3 and debug your software.

A simple "hack" for very basic debug is to use a logger library that can send you some output using UDP or TCP... then you listen and get the log data. It can help to fix simple issues.