Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Edward,

I was trying to find out why I wasn't getting the command line
parameters and stepped into the CWinAp::ParseCommandLine(...)
which actually fills the >CCommandLineInfo class.

The __argc and __targv are defined in the corresponding VC++ runtime
library, but we don't provides its source code and debugging symbols, so
the debugger is unable to parse them.

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

.