Hello, what's the correct way to call a method from the Xcode debugger command line ?
For example if I'm inside the sort: method of my class A (using the debugger), how can I call debugSort: method that belongs to class A too ?
( My code is Objective-C btw )