forum

Home / DeveloperSection / Forums / In Objective-C how to Dump Data stored obj-c object

In Objective-C how to Dump Data stored obj-c object

zack mathews 1849 29-Sep-2015

In other programming languages like PHP or Perl, it is easy to dump everything that is contained in a variable. Like in PHP using var_dump() or print_r() functions and Perl has the Data::Dumper CPAN class, etc.

So, I want something like that in Objective-C, in few cases it would be very convenient to able to dump everything like that, instead of using gdb to inspect each variable.


Updated on 29-Sep-2015

Can you answer this question?


Answer

1 Answers

Liked By