Project Builder Debugger

dantheox

Registered
I've been enjoying programming for OS X for the past few days, but I have noticed one major problem with Project Builder: its debugger. In CodeWarrior, the debugger was excellent. Most data could be viewed as any type, and pointers to memory addresses could be followed up by actually looking at that memory. These abilities seem to be totally lacking in PB. One of the biggest problems is with the four letter signatures on controls. They simply show up as 32-bit integers, not as four-character strings. Is there something obvious I'm missing here, or is this really a major problem with the debugger?

thanks for any responses
-- Dan Vanderkam
 
Back
Top