Remote debugging?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello

I have a remote client who is experiencing crashes in an MDI application I'm
responsible for. I've tried to obtain as much information as possible in the
form of data files, event logs and registry settings etc as well as user
descriptions but I'm still unable to recreate the crashes locally.

Is there an easy way to modify the code so that it records every event that
the application receives during a given remote session and then input these
locally to my version of the app and have it go through the same session and
hopefully encounter the same crash?

I was wondering about overiding CWinThread::Run() and serialising the
messages at that level, but I don't think this will cover messages to
dialogs and other windows that might have their own threads? Is there a
straightforward way to do this sort of thing or maybe there's an existing
commercial product I could use?

Any help, advice or pointers would be very welcome.

Many Thanks

Jeff


.