Click here to Skip to main content
15,902,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading a bluetooth Pin
Rajesh R Subramanian29-May-08 21:25
professionalRajesh R Subramanian29-May-08 21:25 
GeneralRe: Reading a bluetooth Pin
ThatsAlok19-Jul-09 17:22
ThatsAlok19-Jul-09 17:22 
QuestionHow can I debug a console application in VC++ ? Pin
SherTeks29-May-08 2:03
SherTeks29-May-08 2:03 
AnswerRe: How can I debug a console application in VC++ ? Pin
Cedric Moonen29-May-08 2:05
Cedric Moonen29-May-08 2:05 
AnswerRe: How can I debug a console application in VC++ ? Pin
Nibu babu thomas29-May-08 2:06
Nibu babu thomas29-May-08 2:06 
AnswerRe: How can I debug a console application in VC++ ? Pin
SandipG 29-May-08 2:28
SandipG 29-May-08 2:28 
AnswerRe: How can I debug a console application in VC++ ? Pin
ShilpiP29-May-08 2:39
ShilpiP29-May-08 2:39 
AnswerRe: How can I debug a console application in VC++ ? Pin
SherTeks29-May-08 18:44
SherTeks29-May-08 18:44 
Thanks all for making me realize that I was not clear in my question.

I had tried debugging before posting the question.
I placed the breakpoint inside main(). The control also stopped there when I pressed F5.
But the problem for me was that I had no idea how I could pass the commaind-line parameters
and receive it in the argv[] while debugging.

For ex :

If I could run the console application like this :

>exename commandlineparam1 commandlineparam2

How could I start the debugging for this application.
I am supposed to pass the command line params commandlineparam1 and commandlineparam1 before
starting the debugging process and I am expecting argc = 3 and argv[1] = commandlineparam1, and
so on, while debugging.

Thanks in advance
GeneralRe: How can I debug a console application in VC++ ? Pin
SandipG 29-May-08 19:00
SandipG 29-May-08 19:00 
GeneralRe: How can I debug a console application in VC++ ? Pin
SherTeks29-May-08 19:10
SherTeks29-May-08 19:10 
GeneralRe: How can I debug a console application in VC++ ? Pin
SandipG 29-May-08 19:12
SandipG 29-May-08 19:12 
QuestionRegarding debugging a dll Pin
tasumisra29-May-08 1:57
tasumisra29-May-08 1:57 
AnswerRe: Regarding debugging a dll Pin
CPallini29-May-08 2:03
mveCPallini29-May-08 2:03 
GeneralRe: Regarding debugging a dll Pin
tasumisra29-May-08 2:05
tasumisra29-May-08 2:05 
GeneralRe: Regarding debugging a dll Pin
Cedric Moonen29-May-08 2:07
Cedric Moonen29-May-08 2:07 
GeneralRe: Regarding debugging a dll Pin
CPallini29-May-08 2:16
mveCPallini29-May-08 2:16 
AnswerRe: Regarding debugging a dll Pin
Roger Stoltz29-May-08 2:07
Roger Stoltz29-May-08 2:07 
GeneralRe: Regarding debugging a dll Pin
tasumisra29-May-08 2:15
tasumisra29-May-08 2:15 
GeneralRe: Regarding debugging a dll Pin
Roger Stoltz29-May-08 2:25
Roger Stoltz29-May-08 2:25 
AnswerRe: Regarding debugging a dll Pin
KarstenK29-May-08 3:10
mveKarstenK29-May-08 3:10 
AnswerRe: Regarding debugging a dll Pin
David Crow29-May-08 3:20
David Crow29-May-08 3:20 
Question"please enter the path for chkstk.asm". when debug my program that reveal. Pin
jacks070229-May-08 1:51
jacks070229-May-08 1:51 
QuestionHow to convert 32 bit into 64 application Pin
Abhijit A29-May-08 1:36
Abhijit A29-May-08 1:36 
AnswerRe: How to convert 32 bit into 64 application Pin
Paresh Chitte29-May-08 1:40
Paresh Chitte29-May-08 1:40 
AnswerRe: How to convert 32 bit into 64 application Pin
Hamid_RT30-May-08 2:25
Hamid_RT30-May-08 2:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.