- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to debug software using the 11.0.039.beta test compiler in conjunction with Visual Studio 2008. In the project properties under General and Debugging, I try to set command line arguments, specifically the source of data for the debug executable with < datafile
I have no trouble doing this with the same compiler integrated with Visual Studio 2003. However, with VS 2008, itdoes not seem to accept my command line arguments (redirections). Has anyone managed such debugging successfully?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Works for me. I recall that an earlier edition of VS (might have been 2003) had a problem with this in that you had to specify the full path, but that got fixed in VS2005. I just tried a test in VS2008 and it worked as I expected. Remember that it will expect the file to be in the project folder (the one with the .vfproj file), not the executable folder. This is standard VS behavior.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page