Thread: Visual Studio remote debugging

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1,579

    Visual Studio remote debugging

    Hello everyone,


    I have successfully setup remote debugger for Visual Studio. My question is about how it works internally to match remote execution binary to source codes on host machine. Any points for how it does the match? Do I need to deploy the same PDB to both remote and host machine?


    thanks in advance,
    George

  2. #2
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    No different to how it does it on the same machine... Do you know how a debugger works?

    Perhaps some self-research would help...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM