Placing breakpoints in asm code from GUI not working in XCode 3.1
Placing breakpoints in asm code from GUI not working in XCode 3.1
- Subject: Placing breakpoints in asm code from GUI not working in XCode 3.1
- From: Platon Fomichev <email@hidden>
- Date: Fri, 25 Jul 2008 14:33:11 +0400
Good day Gentlemen
Sometimes I just launch XCode specify custom executable and debug it
looking at its disasm code. In order to place breakpoints I simply
click on the right side of disassembly as if it's normal code. In
XCode 2.5 this worked fine and the address was specified in
breakpoint. In 3.1 1) breakpoint marker will not appear 2) I will see
Line:X as a breakpoint name and Location will be something like 'asm
open$UNIX2003 0xCAFEBEBE' however the breakpoint is not triggered. I
can add breakpoint manually like this 'break *0x90c07a4c' in GDB
console but still I'd prefer to do this the old way
Should I file it as a bug or I should do something the other way in
XCode 3.1?
Best regards,
Platon Fomichev
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden