Re: Newbie: NSString and debugging question
Re: Newbie: NSString and debugging question
- Subject: Re: Newbie: NSString and debugging question
- From: Marco Binder <email@hidden>
- Date: Fri, 11 Apr 2003 01:56:03 +0200
In debug mode, you can enter "po yourVariableName" to see the contents
of any variable within the current scope.
Am Freitag, 11.04.03 um 01:20 Uhr schrieb Esteban Uribe:
My second question. Is there a way to better debug NSArrays? Meaning,
is there a way to see the contents of them using the GUI debugger?
I don't know of any way, however NSLog([array description]) usually
works for me :)
--
|\ /| email@hidden
http://www.marco-binder.de
| \/ | Telefon: 07531 / 94 19 94 Fax: 07531 / 94 19 92
| |ARCO Snail-Mail: Banater Str. 3 - 78467 Konstanz
BINDER _____________________________________________________
_______________________________________________
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.