MoreFreeze
MoreFreeze

Reputation: 2936

Why sometimes I debug a program in VS2010, my ctrl is pressed?

I have be driven mad. Sometimes I press F5 to debug, and I often press shift+F5 to exit debug, but it restart debug(shortcut of restart debug is ctrl+shift+F5). If I click some var it will navigate its definition. I just find I must press ctrl again lonely will disable it. Anyone know why? Thx.

Upvotes: 5

Views: 106

Answers (1)

Dirk Vollmar
Dirk Vollmar

Reputation: 176159

It's a known issue. There are indeed multiple Connect tickets (1, 2, 3, 4) on this problem. The latest one states:

Thanks for reaching out to us. The original bug is indeed fixed in our current internal builds but that fix was not included in VS 2010 SP1. Keep an eye out for announcements of pre-release builds of the next version of Visual Studio as they will have the fix in them.

Thanks!

-Sean Laberee

VS Pro Team

This basically sounds like "it won't get fix, but VS11 shouldn't have the problem anymore."

A good workaround is to disable the Ctrl+Shift+F5 shortcut for restarting debugging under Tools -> Customize -> Keyboard....

Upvotes: 3

Related Questions