|
|
|
|
|
by dsp1234
3560 days ago
|
|
In Visual Studio for the same thing you have to use the clunky "Watches" feature. VS has the 'immediate window' which allows you to execute (almost) any statement within the context of the local scope, including intellisense and autocomplete. |
|