Linked by Thom Holwerda on Sun 31st Oct 2010 19:18 UTC, submitted by kvdman
Thread beginning with comment 448028
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
I don't understand what you don't understand but I suggest you look up dtrace for an example of what can happen when OS devs do debugging tools. Not saying Haiku's debugger will be anything like that though.
Most of the interesting things like memory management, crucial data structs and so on are part of the OS. I'd prefer nicely integrated to the OS rather than bolted on by an app.




Member since:
2006-01-06
I don't know if should take that comment serious, THQ.
"Why have a debugger part of IDE's when the OS knows a lot more about what's going on..."
Well your OS isnt writing your code, its feedback to the developer. In my world I want the feedback to be understandable, transparent (read:integrated so it doesnt interupt my work flow).
XCode does a good job here with debugging/editing.