Hi,
You can use Visual C++ debugger window in different situation. It is very useful one to trace your code errors.
The Debugger windows support intelligent drag & Drop where the result depends on the drop location. For example, you can add a variable to the Watch Window by dragging it from the variables window or view the memory contents by dragging a variable to the memory window.
thanks
