debugging - Visual Studio 2015 Remote Debugger none of the debugger member or watch expressions returns values -


when debug remote website on server got not value form of debugger member or watch expressions got “internal error in expression evaluator” if tried inspect variable on quickwatch window.

i tried changing value on tools | options | debugger | general | use managed compatibility mode true people suggest cannot attach process error message unable attach process. rpc server unavailable.

i’m using visual studio update3 , visual studio 2015 remote debugger version 14.0.25424 , trying debug asp.net website.

internal error in expression evaluator.

please check "use legacy c# , vb expression evaluators" under tools->options->debugging, , can view variable on debug window.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -