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



Hi Edward,

Both __argc are __argv are visible to the compiler (in stdlib.h) as:

yes, I also find those declaration. But the VC debugger still needs its
corresponding source file 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.

.



Relevant Pages