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