I think this was a bug in the old version too but...
if I add text to compiler options launch arguments which is how I presume you get the debug to launch with a command line argument it noithing appears to happen.
ie
program cline
character(len=20) :: cmnam character(len=20) :: line
line = cmnam write(,)line
end program
will write out a string if called from the command line but do not print out nothing if called from within the VS
this appears only when running in WIN32 mode
it works fine in .NET mode
hope this is easy to fix !
Carl