Help with Debugging a Program Using reinterpret_cast

  • Thread starter Thread starter yungman
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
32 replies · 4K views
Mark44 said:
...... When the debugger is running, you can evaluate any expression that involves variables that are in scope using the Immediate window.
Debug --> Window --> Immediate
Just type the expression you want to evaluate, and its value will be shown in the window.
I thought you mean to type in the program, now I know type in the Immediate window.

Thanks
 
Physics news on Phys.org
yungman said:
I thought you mean to type in the program, now I know type in the Immediate window.
If you think about this a minute, it doesn't make any sense. To be using the debugger, you must already have typed in the program. Plus, I said the type the expression you want to evaluate. That doesn't mean "type the program."
 
Mark44 said:
If you think about this a minute, it doesn't make any sense. To be using the debugger, you must already have typed in the program. Plus, I said the type the expression you want to evaluate. That doesn't mean "type the program."
Yeh, but ALL the windows opened in debugger were just show what's in it, It's NOT for me to do anything. Don't blame me thinking not to type in the window. I did type in the program and tried. It's not as if I don't read your suggestion.