Attaching the Process in Visual Studio to debug the process at run - Geting problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madankarmukta
    Contributor
    • Apr 2008
    • 308

    Attaching the Process in Visual Studio to debug the process at run - Geting problem

    Hi All,
    I want to debug the process the process at run time.The scenario is that
    " Service is running on my machine. I want to debug it when i started a chile process under it ot run time.but when i do it by using Tools->Attach To Process
    feature of visual studio it always give message at the break point that "The breakpoint will not currently be hit.No symbol has been loaded for the docuemnt" hence I am not able to break the execution and debug the process.
    Can anyone help me ?

    Thanks1
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Here is a blog that may help:
    The breakpoint will not currently be hit. No symbols have been loaded for this document.

    Comment

    Working...