Page 1 of 1

Someone should invent

Posted: Thu Feb 12, 2009 10:06 pm
by josh
Like keyboard shortcut driven GUI debugging. That would rock. VIM FTW
Edit: doh, I just realized my IDE already has this. Its amazing what you can discover when you open your eyes

Re: Someone should invent

Posted: Thu Feb 12, 2009 10:23 pm
by John Cartwright
Can you give me an example?

Re: Someone should invent

Posted: Thu Feb 12, 2009 10:53 pm
by josh
Of GUI debugging or the name of my IDE? I mean for doing step in / step out, breakpoints. I don't even know why I gave it a second thought, F5 in PHPed sets breakpoints, I never thought to check if step in and step out, etc.. had shortcuts....

Re: Someone should invent

Posted: Thu Feb 12, 2009 11:24 pm
by John Cartwright
josh wrote:Of GUI debugging or the name of my IDE? I mean for doing step in / step out, breakpoints. I don't even know why I gave it a second thought, F5 in PHPed sets breakpoints, I never thought to check if step in and step out, etc.. had shortcuts....
I was refering to GUI debugging. Your post makes more sense now :)

I've been using PHP designer 2008 for a few months now, and it has debugging shortcuts as well.

Re: Someone should invent

Posted: Thu Feb 12, 2009 11:43 pm
by josh
Wow! looks like I may switch.

Edit: just installed trial, lovin it. Integrated differencing is awesome. I'm going to have to refactor my IDEs now, I've got 4. Maybe this 1 will do it all though well see.

Re: Someone should invent

Posted: Fri Feb 13, 2009 10:19 am
by josh
Any idea why code completion would show every method in the system and not the methods that belong to the actual object who's instance variable I had just typed?