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
Someone should invent
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Someone should invent
Can you give me an example?
Re: Someone should invent
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....
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Someone should invent
I was refering to GUI debugging. Your post makes more sense nowjosh 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've been using PHP designer 2008 for a few months now, and it has debugging shortcuts as well.
Re: Someone should invent
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.
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
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?