Hi,
Is it possible in X# to see the value of memvars in the VS2019 debugger?
Best regards,
Leonid
How to debug memvars
How to debug memvars
Leonid,
At the moment not. However if you bind the XSharp.RT.Debugger assembly to your app and call DbgShowMemvars() in your code then you will see a window with the privates and publics at that place in your code.
If you link the assembly you can probably also evaluate XSharp.RT.Debugger.Functions DbgShowMemvars() in the immediate window or watch window of VS to see that window (I did not try that to be honest)
Robert
At the moment not. However if you bind the XSharp.RT.Debugger assembly to your app and call DbgShowMemvars() in your code then you will see a window with the privates and publics at that place in your code.
If you link the assembly you can probably also evaluate XSharp.RT.Debugger.Functions DbgShowMemvars() in the immediate window or watch window of VS to see that window (I did not try that to be honest)
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu