Search Results

2
votes

Windows IDE / editor for a beginner

Eclipse might be a good option (if a little overwhelming at first). You obviously need to look at a cross-platform IDE. Eclipse is one of the best in this regard, as well as having support …
1
vote

In Visual Studio 2008, how can I make control+click do a “Go To Definition”?

Visual Studio 2008 defaults this to F12, but you can set it in Tools | Options | Environment | Keyboard, and change Edit.GoToDefinition - however, I'm not sure how you can get it to CTRL+mouseclick …
1
vote

Debugging with FF3 in VS2008

My solution to this has been to manually attach the debugger to the relevant browser and the aspnet_wp process. When I'm finished, I simply detach all. …