forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Debugging in VS 2010

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General
View previous topic :: View next topic  
Author Message
m.burkhardt



Joined: 02 Sep 2008
Posts: 26

PostPosted: Tue Jun 07, 2011 11:47 am    Post subject: Debugging in VS 2010 Reply with quote

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?

Code:

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
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Robert



Joined: 29 Nov 2006
Posts: 445
Location: Manchester

PostPosted: Tue Jun 14, 2011 4:14 pm    Post subject: Reply with quote

I thought this just worked -- what do you see?
Back to top
View user's profile Send private message Visit poster's website
m.burkhardt



Joined: 02 Sep 2008
Posts: 26

PostPosted: Wed Jun 15, 2011 6:13 pm    Post subject: Reply with quote

When I debug the .NET Object like
Code:

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
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group