While debugging on vc .net we can see stack trace . I want this stack
trace to be written on
a text file . Is this kind of facility provided by vc .net ? If yes
what setting i need to do ?

Regards ,
Mangesh Sawant .

Re: want to see trace of programe execution on text file . by Alex

Alex
Sat Sep 23 04:06:40 CDT 2006

"mangesh" wrote:
> While debugging on vc .net we can see stack trace . I want
> this stack
> trace to be written on
> a text file . Is this kind of facility provided by vc .net
> ? If yes
> what setting i need to do ?


1. Set focus to stack window.
2. Press Ctrl+A (or choose from context menu: "Select All")
3. Press Ctrl+C (or choose from context menu: "Copy")
4. Paste clipboard content to Notepad.

HTH
Alex