Remote Debug

  • Thread starter Thread starter Russ Larrivee
  • Start date Start date
R

Russ Larrivee

If I can attach to a process and debug it from the IDE so long as it is
running on the same machine as the source files. If I move the application
to another machine, I can attach to it but all my breakpoints show the ?

Does anyone have an idea why this is happening?

Regards,

Russ Larrivee
 
Does anyone have an idea why this is happening?

Things to check:

Are the .pdb files present on the remote machine?
Are the files (.dll, .exe, etc.) all the same versions?
Is the Remote Debug Manager started? (I'm not sure if this is required or
not)

--
Chris

dunawayc[AT]sbcglobal_lunchmeat_[DOT]net

To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.
 

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

Back
Top