Getting Temp Variable values in the Autos in Visual Studio

This forum is meant for questions and discussions about the X# language and tools
Post Reply
aurprajap
Posts: 2
Joined: Mon Mar 21, 2022 11:39 pm
Location: Australia

Getting Temp Variable values in the Autos in Visual Studio

Post by aurprajap »

Hi All, We have a Big VO project that we converted to X#.

While Working I realized that I cannot see any values of variable created in the project X# in the Autos tab in the VS while in Debug mode using break points.

We can see values of the variables while going step by step after the break point in other languages like C# or C++ .NET projects.

However, I cannot see anything in my X# project unless I intentionally add the variable to Watch or copy and paste the variable in the immediate Window.

Can you please investigate?

Image

Rima Prajapati
User avatar
robert
Posts: 5080
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: Getting Temp Variable values in the Autos in Visual Studio

Post by robert »

Rima,
Which version of X#?

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
aurprajap
Posts: 2
Joined: Mon Mar 21, 2022 11:39 pm
Location: Australia

Re: Getting Temp Variable values in the Autos in Visual Studio

Post by aurprajap »

Hi Robert,

This used happen with the older version 2.20

Yesterday after the post I have installed the latest version of the X# and just tested now and it seems to work for this newer version.

Thank you.
Post Reply