Peter17
Peter17

Reputation: 3102

Problem with IntelliSense during debugging in Visual Studio 2010?

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

Answers (1)

Teoman Soygul
Teoman Soygul

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

Related Questions