CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #1
    Join Date
    Sep 2004
    Location
    A Planet Called Earth... :-)
    Posts
    835

    Unable to debug.... release.exe....why ?

    I am trying to debug my component in the release mode (I have included debug info into the exe)
    I compile the code on one machine (i can debug the same there)
    Then i copy the exe to another machine where i need to debug it. But when i try to debug it there, the break points get disabled (no symbols are loaded)... and i cant debug my component.

    Why are the break points getting disabled ?
    In the past I used to copy the code, and compile it on that machine where i want to debug and then it words. I dont have the option to copy since i need to copy a lot of data to do that.

    I would like to know why is this happening?
    Last edited by Vedam Shashank; July 28th, 2006 at 06:40 AM.
    C++ program ran... C++ program crashed... C++ programmer quit !!

    Regards

    Shaq

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured