Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C2668 Pin
sashoalm24-Sep-08 1:01
sashoalm24-Sep-08 1:01 
GeneralRe: C2668 Pin
T.RATHA KRISHNAN24-Sep-08 1:18
T.RATHA KRISHNAN24-Sep-08 1:18 
QuestionRe: C2668 Pin
Matthew Faithfull24-Sep-08 1:36
Matthew Faithfull24-Sep-08 1:36 
AnswerRe: C2668 Pin
SandipG 24-Sep-08 1:45
SandipG 24-Sep-08 1:45 
QuestionDebugging issue to watch variable values Pin
George_George24-Sep-08 0:03
George_George24-Sep-08 0:03 
AnswerRe: Debugging issue to watch variable values [modified] Pin
kapardhi24-Sep-08 1:36
kapardhi24-Sep-08 1:36 
GeneralRe: Debugging issue to watch variable values Pin
George_George24-Sep-08 20:17
George_George24-Sep-08 20:17 
AnswerRe: Debugging issue to watch variable values Pin
Alan Balkany24-Sep-08 11:02
Alan Balkany24-Sep-08 11:02 
You may be able to use the "Stakeout" debugging pattern: Get the address of the variable you want to monitor, then dereference this address in your watch window.

This is useful to monitor variables that go out of scope.

For example, enter "&foo" in the watch window to get the address of foo. Say it's 0x00112233.

Enter *(int *) 0x00112233 in the watch window. This will display the integer at this address.
GeneralRe: Debugging issue to watch variable values Pin
George_George24-Sep-08 20:15
George_George24-Sep-08 20:15 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany25-Sep-08 3:23
Alan Balkany25-Sep-08 3:23 
GeneralRe: Debugging issue to watch variable values Pin
George_George25-Sep-08 21:20
George_George25-Sep-08 21:20 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany26-Sep-08 2:52
Alan Balkany26-Sep-08 2:52 
GeneralRe: Debugging issue to watch variable values Pin
George_George26-Sep-08 20:42
George_George26-Sep-08 20:42 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany27-Sep-08 6:49
Alan Balkany27-Sep-08 6:49 
GeneralRe: Debugging issue to watch variable values Pin
George_George27-Sep-08 21:00
George_George27-Sep-08 21:00 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany29-Sep-08 4:45
Alan Balkany29-Sep-08 4:45 
GeneralRe: Debugging issue to watch variable values Pin
George_George30-Sep-08 23:55
George_George30-Sep-08 23:55 
GeneralRe: Debugging issue to watch variable values Pin
Alan Balkany1-Oct-08 3:21
Alan Balkany1-Oct-08 3:21 
GeneralRe: Debugging issue to watch variable values Pin
George_George3-Oct-08 1:23
George_George3-Oct-08 1:23 
QuestionConnect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
arnold_w23-Sep-08 23:31
arnold_w23-Sep-08 23:31 
AnswerRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
James R. Twine24-Sep-08 2:52
James R. Twine24-Sep-08 2:52 
GeneralRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
arnold_w25-Sep-08 0:56
arnold_w25-Sep-08 0:56 
GeneralRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
James R. Twine25-Sep-08 1:46
James R. Twine25-Sep-08 1:46 
GeneralRe: Connect several keyboards on the same PC: Can I re-program some of the keys on only one of the keyboards? Pin
arnold_w25-Sep-08 3:27
arnold_w25-Sep-08 3:27 
QuestionC++ and IDL code sync issue Pin
George_George23-Sep-08 23:10
George_George23-Sep-08 23:10 

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.