Page 1 of 1
How to debug memvars
Posted: Wed Jul 21, 2021 7:36 am
by leon-ts
Hi,
Is it possible in X# to see the value of memvars in the VS2019 debugger?
Best regards,
Leonid
How to debug memvars
Posted: Wed Jul 21, 2021 9:48 am
by robert
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
How to debug memvars
Posted: Wed Jul 21, 2021 9:55 am
by leon-ts
Robert,
Thanks a lot for the hint!
Best regards,
Leonid