Re: [Q] How do I find out where a variable's type is getting changed?
Re: [Q] How do I find out where a variable's type is getting changed?
- Subject: Re: [Q] How do I find out where a variable's type is getting changed?
- From: Ondra Cada <email@hidden>
- Date: Sat, 20 Jul 2002 23:15:48 +0200
On Saturday, July 20, 2002, at 07:37 , Mark de Jong wrote:
As long as I retain my object, things are fine.
Great. Actually, the first thing to be searched for in case you get a
crash due to message sent to an inappropriate object is a missing retain.
My question about watching variables remains. Is this fixed in PB v2?
No access to Jaguar here, can't say...
Can I get "watch" functionality by using gdb from a Terminal window?
...but so far as I know, the (hardware-based) watch functionality is
broken as long as OSX exists. You can get something a bit like
software-based watch by using conditional breakpoints though -- help break
and help cond in gdb console.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.