Click here to Skip to main content
16,017,037 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: removing desktop icon ? Pin
benjymous26-Sep-06 4:38
benjymous26-Sep-06 4:38 
AnswerRe: removing desktop icon ? Pin
toxcct26-Sep-06 5:23
toxcct26-Sep-06 5:23 
GeneralRe: removing desktop icon ? Pin
David Crow26-Sep-06 5:33
David Crow26-Sep-06 5:33 
GeneralRe: removing desktop icon ? Pin
toxcct26-Sep-06 5:34
toxcct26-Sep-06 5:34 
GeneralRe: removing desktop icon ? Pin
David Crow26-Sep-06 5:41
David Crow26-Sep-06 5:41 
Questionbackward debugging in Visual Studio?? Pin
George_George26-Sep-06 3:50
George_George26-Sep-06 3:50 
AnswerRe: backward debugging in Visual Studio?? Pin
Zac Howland26-Sep-06 4:08
Zac Howland26-Sep-06 4:08 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George26-Sep-06 19:39
George_George26-Sep-06 19:39 
Thank you Zac!


I would like to know your comments/advices for my issues below. I have described it in more details.

But in my situation, it is hard to know the condition before an error occurs ... means the condisiton is not predictable and there is not a fixed a rule for defining conditions. The only point where I can find errors is, the execution of code block 2.

In more details, I want to monitor the original values, which will incur the error. For example, code block 1 will be executed a lot of times and code block 2 will only be executed when there are some errors. I want to set a breakpoint to the beginning of code block 2 and find the states of variables in code block 1 when there are errors. I can not set a break point to the beginning of code block 1 since it will be executed a lot of times even if there are no errors ...


regards,
George
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland27-Sep-06 3:53
Zac Howland27-Sep-06 3:53 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George27-Sep-06 17:42
George_George27-Sep-06 17:42 
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland28-Sep-06 3:32
Zac Howland28-Sep-06 3:32 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George28-Sep-06 3:55
George_George28-Sep-06 3:55 
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland28-Sep-06 4:39
Zac Howland28-Sep-06 4:39 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George28-Sep-06 22:03
George_George28-Sep-06 22:03 
GeneralRe: backward debugging in Visual Studio?? Pin
Zac Howland29-Sep-06 3:51
Zac Howland29-Sep-06 3:51 
GeneralRe: backward debugging in Visual Studio?? Pin
George_George29-Sep-06 18:59
George_George29-Sep-06 18:59 
QuestionAdRotator Pin
sandeep chowdary26-Sep-06 3:14
sandeep chowdary26-Sep-06 3:14 
QuestionBHO cpu usage is too high Pin
daheitou26-Sep-06 3:02
daheitou26-Sep-06 3:02 
Questiondiff between C++ and VC++ Pin
Krishnatv26-Sep-06 2:54
Krishnatv26-Sep-06 2:54 
AnswerRe: diff between C++ and VC++ Pin
David Crow26-Sep-06 2:56
David Crow26-Sep-06 2:56 
GeneralRe: diff between C++ and VC++ Pin
Krishnatv26-Sep-06 3:04
Krishnatv26-Sep-06 3:04 
GeneralRe: diff between C++ and VC++ Pin
David Crow26-Sep-06 3:13
David Crow26-Sep-06 3:13 
AnswerRe: diff between C++ and VC++ Pin
_AnsHUMAN_ 26-Sep-06 3:09
_AnsHUMAN_ 26-Sep-06 3:09 
GeneralRe: diff between C++ and VC++ Pin
Prakash Nadar26-Sep-06 3:56
Prakash Nadar26-Sep-06 3:56 
GeneralRe: diff between C++ and VC++ Pin
_AnsHUMAN_ 26-Sep-06 3:59
_AnsHUMAN_ 26-Sep-06 3:59 

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.