Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Debugging ... not able to hit breakpoint.

Debugging ... not able to hit breakpoint.

Scheduled Pinned Locked Moved Managed C++/CLI
debugginghelptutorialquestion
3 Posts 3 Posters 9 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 13229093
    wrote on last edited by
    #1

    Hi,

    Need technical help . I am debugging the code and getting this

    "Source information is missing from the debug information for this module" . while debuggin.

    I am referring .dll in the code, that .dll is also build debug. and while debugging the code i have added (dll refered) project
    in my project. still it not loading to breakpoint.

    Could you please guide me on this?

    L S 2 Replies Last reply
    0
    • U User 13229093

      Hi,

      Need technical help . I am debugging the code and getting this

      "Source information is missing from the debug information for this module" . while debuggin.

      I am referring .dll in the code, that .dll is also build debug. and while debugging the code i have added (dll refered) project
      in my project. still it not loading to breakpoint.

      Could you please guide me on this?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Check your project settings for the dll file to ensure that all the debugging information is being created when the file is built.

      1 Reply Last reply
      0
      • U User 13229093

        Hi,

        Need technical help . I am debugging the code and getting this

        "Source information is missing from the debug information for this module" . while debuggin.

        I am referring .dll in the code, that .dll is also build debug. and while debugging the code i have added (dll refered) project
        in my project. still it not loading to breakpoint.

        Could you please guide me on this?

        S Offline
        S Offline
        Stefan_Lang
        wrote on last edited by
        #3

        Whether that dll is built in debug mode doesn't matter for debugging, in spite of the name! What you need is the .pdb file for that DLL. The .pdb file contains all the references that link the compiled code segments to the original code statements. If you have the .pdb, make sure it's accessible, e. g. in the same directory as the .dll file, or in the directory of your application. If you have that DLL in your solution, includ9ing the source code, you should check your build options and make sure a .pdb is actually built.

        GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups