Debugging library via Test View

G

Guest

I've written a small library that contains external XML files that will be
read by the DLL during program execution. I want to use the "Test View"
features of VS2005 to debug the reading of the XML files. The issue I have
is that the debugger creates temporary folders and copies the DLL to it when
using the "Test View" tool. My XML files are copied to the BIN directory of
the library so the debugger can't see the XML files to read them. How do I
tell the debugger to find the XML files in the output BIN folder, or how to I
get the XML files to be copied to the folder the debugger creates?
 
G

Guest

I was able to find in the options within the debugger how to copy my XML
files to the output folder.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top