View Single Post
  #17 (permalink)  
Old 03-29-2007, 01:01 PM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Default Re: VC++ Tips & Tricks

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
__________________
Karpagarajan. R
Necessity is the mother of invention

Last edited by Booom : 08-09-2007 at 04:40 AM.
Reply With Quote