Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMSFlexgrid(rowselection) Pin
30-Aug-01 1:26
suss30-Aug-01 1:26 
GeneralRe: MSFlexgrid(rowselection) Pin
ORi x30-Aug-01 1:42
ORi x30-Aug-01 1:42 
Generalproblem in formview Pin
30-Aug-01 1:20
suss30-Aug-01 1:20 
GeneralXML insertBefore Pin
Jimmy Ehrnström30-Aug-01 0:43
Jimmy Ehrnström30-Aug-01 0:43 
GeneralRe: XML insertBefore Pin
Alwin7530-Aug-01 3:34
Alwin7530-Aug-01 3:34 
GeneralRe: XML insertBefore Pin
Jimmy Ehrnström30-Aug-01 3:47
Jimmy Ehrnström30-Aug-01 3:47 
GeneralDEBUG !!! Pin
Hadi Rezaee30-Aug-01 0:31
Hadi Rezaee30-Aug-01 0:31 
GeneralRe: DEBUG !!! Pin
Christian Graus30-Aug-01 1:29
protectorChristian Graus30-Aug-01 1:29 
Just so long as you stop asking questions that have short answers Wink | ;) (that's a joke BTW)

First and foremost I recomend the book 'Debugging Windows' by Robbins ( can't see the first name from here ). As to the basics, you need to hit F5 in debug build to start debugging. You set breakpoints by hitting F9, and when the code reaches one it will stop and enter the debugger. You can type variable names into the watch window to see their contents, hit F10 to step through lines and F11 to step into them. In other words, F10 will execute a function and move to the next line, F11 steps into the function line by line.

What else would you like to know ?

Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
GeneralCHTMLView And Toolbars Pin
AJ12330-Aug-01 0:16
AJ12330-Aug-01 0:16 
GeneralRe: CHTMLView And Toolbars Pin
Tomasz Sowinski30-Aug-01 2:25
Tomasz Sowinski30-Aug-01 2:25 
Generalreading variable value in watch debug window Pin
Bartek29-Aug-01 23:27
Bartek29-Aug-01 23:27 
GeneralRe: reading variable value in watch debug window Pin
Tomasz Sowinski30-Aug-01 2:03
Tomasz Sowinski30-Aug-01 2:03 
GeneralRe: reading variable value in watch debug window Pin
Bartek30-Aug-01 2:23
Bartek30-Aug-01 2:23 
GeneralRe: reading variable value in watch debug window Pin
Tomasz Sowinski30-Aug-01 2:34
Tomasz Sowinski30-Aug-01 2:34 
GeneralRe: reading variable value in watch debug window Pin
Bartek30-Aug-01 2:43
Bartek30-Aug-01 2:43 
QuestionWhat is "shell" (in Windows)? Pin
Maer72729-Aug-01 23:26
Maer72729-Aug-01 23:26 
AnswerRe: What is Pin
Tomasz Sowinski30-Aug-01 1:44
Tomasz Sowinski30-Aug-01 1:44 
GeneralRe: What is Pin
Maer72730-Aug-01 3:26
Maer72730-Aug-01 3:26 
GeneralRe: What is Pin
Tomasz Sowinski30-Aug-01 3:37
Tomasz Sowinski30-Aug-01 3:37 
GeneralRe: What is Pin
Maer72730-Aug-01 16:22
Maer72730-Aug-01 16:22 
GeneralRe: Chenge Edit Box color Pin
30-Aug-01 1:31
suss30-Aug-01 1:31 
GeneralClassview not showing.. Pin
29-Aug-01 22:41
suss29-Aug-01 22:41 
GeneralRe: Classview not showing.. Pin
Ghasrfakhri29-Aug-01 22:51
Ghasrfakhri29-Aug-01 22:51 
GeneralRe: Classview not showing.. Pin
Ghasrfakhri29-Aug-01 22:51
Ghasrfakhri29-Aug-01 22:51 
GeneralURGENT ::: How to find out the current process name Pin
kumar_p329-Aug-01 22:41
kumar_p329-Aug-01 22:41 

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.