copy file to debugger

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi,

How can I copy a file to the debugger? It's an input file to my application
that I am trying to debug.
Normally when I compile, the compiler copies the file to the debugger to the
emulator and executes it, but my application needs the configuration file
too, in it's local directory. So I either have to copy this to the right
location, on the emulator, manually.. which I don't know how to do since I
can't browse the emulator, no file browser or anything to copy and move
files.... or better yet, have my configuration file uploaded to the
emulator, along with my executable, every time I debug.

How can I do this?

Lisa


.



Relevant Pages

  • Re: Getting a stack trace from a running application
    ... Unfortunately, the only infromation they can provide is a memory address, which is pretty useless as it doesn't tell me if my main exe is the culprit or if it's some dll or ocx or whatever. ... If you compile the the program with debug information, the debugger will show the responsible line of your code that caused the error. ...
    (comp.lang.basic.visual.misc)
  • Re: Device emulator debugging using VS2005 with PB for CE 6.0
    ... Even after making sure the settings Build ... Could you please tell me what i should do to debug in the emulator? ... For kernel debugger in PB, ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How do I check if app is running in Visual Studio or via executing exe file?
    ... Attaching a debugger does not place the assembly into "debug" mode. ... this compile time constant. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Proper Machine for Development
    ... Are you running in the debugger or just telling the application to launch with no debugging? ... I don't use emulators much, but it seems like you should be able to leave the emulator in a state where everything is still installed from the last time. ... Now that I've done the timing, I see that a compile alone takes 3-5 seconds. ... My development machine is a Dell Pentium 4 running at 2.9Ghz with 1GB memory. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Proper Machine for Development
    ... running in the debugger or just telling the application to launch with no ... be able to leave the emulator in a state where everything is still installed ... 3-5 seconds seems perfectly fine to me for compile. ... launch the program. ...
    (microsoft.public.dotnet.framework.compactframework)