News
Remote debugging in Visual Studio allows you to step through code, set breakpoints, review objects, inspect the stack, and catch errors on a remote server just as if you were running the code locally.
How about: set a breakpoint on the class constructor. After it's initialized, look up the memory address of the member variable. Then set your data breakpoint on that memory address.<BR><BR>There ...
Setting a tracepoint varies from one version of Visual Studio to another. The easiest way is to set a breakpoint and then right click on the dot in the margin that marks your breakpoint.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results