Y
Yechezkal Gutfreund
I am probably not the first that has found that for many applications, one
does not need the emulator to run CF executables. There are a few
wierdnesses
about the interface when one "links" to the full framework, but other than
that the speed for testing out logic errors versus launching the emulator or
doing a real load via activesync to the PPC is a win in my case.
Please excuse the novice nature of this question:
Here is my question:
I would like to use the VS debugger (e.g. debug->start new instance) to run
this CF project. But the project is targeted for the emulator or for the
real PPC.
Is there a way to temporarily set the project (without jepordizing the code,
or
doing any later rewrites or mods to go back to the PPC version) to run off
of
the full framework?
Specifically, I have a solution with two projects. A Full framework server
component
and a PPC client project. If I start the debugger for the full solution, it
spawns
the server application locally, and the client application remotely (or in
the emulator).
I would like to do a quick VS only mod of the project to make both come up
locally
on the development box, so I can use the local debugger.
Or, is there a way to attach to the local processes instance (that I create
when
I locally run the ppc.exe) and have the breakpoints in the ppc.exe trigger
the VS debugger.
does not need the emulator to run CF executables. There are a few
wierdnesses
about the interface when one "links" to the full framework, but other than
that the speed for testing out logic errors versus launching the emulator or
doing a real load via activesync to the PPC is a win in my case.
Please excuse the novice nature of this question:
Here is my question:
I would like to use the VS debugger (e.g. debug->start new instance) to run
this CF project. But the project is targeted for the emulator or for the
real PPC.
Is there a way to temporarily set the project (without jepordizing the code,
or
doing any later rewrites or mods to go back to the PPC version) to run off
of
the full framework?
Specifically, I have a solution with two projects. A Full framework server
component
and a PPC client project. If I start the debugger for the full solution, it
spawns
the server application locally, and the client application remotely (or in
the emulator).
I would like to do a quick VS only mod of the project to make both come up
locally
on the development box, so I can use the local debugger.
Or, is there a way to attach to the local processes instance (that I create
when
I locally run the ppc.exe) and have the breakpoints in the ppc.exe trigger
the VS debugger.