Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 786 Bytes

expression-evaluator-error-cxx0030.md

File metadata and controls

17 lines (13 loc) · 786 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Expression Evaluator Error CXX0030
Expression Evaluator Error CXX0030
11/04/2016
CXX0030
CAN0030
CXX0030
ada8b48c-09c8-49bf-ae23-313ed663c4fe

Expression Evaluator Error CXX0030

expression not evaluatable

The debugger's expression evaluator could not obtain a value for the expression as written. One likely cause is that the expression refers to memory that is outside the program's address space (dereferencing a null pointer is one example). Windows does not allow access to memory that is outside of the program's address space.

You may want to rewrite your expression using parentheses to control the order of evaluation.

This error is identical to CAN0030.