Someone should invent

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Someone should invent

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Someone should invent

Post by John Cartwright »

Can you give me an example?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Someone should invent

Post 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....
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Someone should invent

Post 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.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Someone should invent

Post 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.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Someone should invent

Post 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?
Post Reply