I have a strange issue with regards to my visual studio 2008 when debugging.
It seems to be only on one project, a web site that im currently developing, for some reason when debugging. None of the basic short cut keys work like F10/F11 to step through the code. Even when hovering over something with the mouse which usually shows the value, doesnt work properly, will do it the first time, then freeze.
I have tried comparing web.config files with projects that debug properly, even tried recreating the project, tried resetting the keyboard mappings, and im just about out of ideas now, the only thing i havent done is repair the visual studio, but my conclusion is, if it was visual studio it would be doing it for all projects.
Any help is appreciated.
Thank you.
Regards Chris
Note: I can step through the code with the mouse (clicking on the icons) however this is very slow, takes a noticable amount of time to move from one line to the other.
EDIT: After more trial and errors, I had it work once, but i dont know how i made it work, all i did was an IISReset, then it worked once, was able to debug like normal, however when i tried to debug again, went back to as described above, tried another IISReset but didnt work this time.
Try resetting your Visual Studio Reset Settings The command "devenv /resetsettings" will restore Visual Studio back to its original factory state.
If not that try a clear re-install. An other possible thingie could be your memories not sure though. Good Luck :)