Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where are debug workspace files stored?

Status
Not open for further replies.

titanandrews

Programmer
Feb 27, 2003
130
US
Hello,
When MS Visual Studio 6.0 asked if I wanted to save the workspace for a debug session when I closed it, I accidently said yes. Now, no matter what changes I make to the source, it always shows the old source. There must be a file that saves this debug information somewhere. Does anyone know where it is so that I can delete it?


many thanks,

Barry
 
i think the default path is
program files\MicroSoft Visual Studio\vc98.. or directory named by VC version

othrewise
where ur Source file is stored in disk, VC creats a directory 'debug'
 
My install is a little bizarre. I do not have a vc98 directory. Do you know what the extension for this file is, so I can search for it?


thanks,

Barry
 
.obj
.dsw
.dsp
.ncb
.opt
.exe
.idb
.pdb

search for any of these extension files exist with ur file name
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top