Re: VB.Net CF Debuuging

I am trying to debug an application, but have a problem which probably
highlights my total lack of experience.

The application in question starts up another application via CreateProcess
and at that point while running under the debugger I lose my debugging
connection to the original application.

Is it possible to re-connect, and if so how?

Paul