Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

F11 Key (Debug Mode) not working in Visual Studio 2010?

In my Visual Studio 2010, F11 Key s not working.

I tried Step Into Property/Function (F11) doesn't work as expected But it didn't help me.

The same works it when I go to Debug menu and click on Step Into.

Can you help me out? It has become a very big problem for me!

like image 606
Krishna Thota Avatar asked Sep 14 '25 21:09

Krishna Thota


1 Answers

Check if you have function lock key -- 'F Lock' key on keyboard. If so then try pressing it once and then press F11 for debuging.

Alternatively you can verify the working of F11 outside Visual Studio using it on IE or other windows and keying F11, this should maximize the window.

like image 148
Mitesh Mehta Avatar answered Sep 17 '25 12:09

Mitesh Mehta