1

Visual Studio 2013 conditional breakpoint fails to evaluate.

The condition for a breakpoint failed to execute. .... Evaluation of native methods in this content is not supported.

Yet the Quick Watch will evaluate just fine.

Is there a way around this? enter image description here

pixel
  • 9,653
  • 16
  • 82
  • 149
  • http://stackoverflow.com/questions/22709169/why-does-the-condition-for-a-breakpoint-failed-to-execute – Nathan Oct 18 '16 at 16:46
  • http://stackoverflow.com/questions/27033786/condition-for-a-breakpoint-failed-to-execute-variable-not-declared-it-may-b – Nathan Oct 18 '16 at 16:46
  • 1
    http://stackoverflow.com/questions/21166874/unable-to-evaluate-expression-whilst-debugging – Nathan Oct 18 '16 at 16:48
  • Nathan, your link to stackoverflow 21166874 seem to solve the problem. If you post it as an answer, I'll accept it. Thanks – pixel Oct 18 '16 at 18:52
  • Thanks but that's not necessary. This type of issues could be easily solved by searching error message texts on stackoverflow though. – Nathan Oct 18 '16 at 18:54

1 Answers1

0

Right click your project in the solution explorer and select Clean command then rebuild the project with break point

Also make sure both project and solution is in debug mode

dvsoukup
  • 1,586
  • 15
  • 31
Mostafiz
  • 7,243
  • 3
  • 28
  • 42