Reputation: 3102
Why IntelliSense doesn't work when debugging in Visual Studio 2010?
When I am typing new code during debugging I am no getting any hints form Visual studio. Why is this so?
Upvotes: 1
Views: 897
Reputation: 25742
You need to first break the execution with Ctrl+Alt+Break
then you can use Intellisense if Edit & Continue feature is enabled.
Upvotes: 2