Silverfrost Forums

Welcome to our forums

Debugging in VS 2010

7 Jun 2011 10:47 #8356

Hello, I have a question: Is it possible to debug FORTRAN .NET Applications in Visual Studion 2010, so that I can see the content of the .NET Variable (like String) in the same manner a INTEGER*2?

OBJCT('System.String[]') :: str
str = NEW@'System.Strimg[], 5)
str(0) = 'TEST1'
str(0) = 'TEST2'

How can I see this content within the debug mode?

Thanks allot Greetings from Germany Michael

14 Jun 2011 3:14 #8413

I thought this just worked -- what do you see?

15 Jun 2011 5:13 #8429

When I debug the .NET Object like

STRING :: STR
STR = 'TEST'

I Add this Variable to the Watch-Window and when I allocate the Value 'TEST', I see in the debug Window only in Red.

But I want to see 'TEST'. Is there a way to get what I want?

Thanks allot

Greetings from germany.

Michael

Please login to reply.