Click here to Skip to main content
15,899,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WaitForSingleObject Behaviour question Pin
anthonym722-Sep-08 8:32
anthonym722-Sep-08 8:32 
GeneralRe: WaitForSingleObject Behaviour question Pin
Bram van Kampen22-Sep-08 16:32
Bram van Kampen22-Sep-08 16:32 
QuestionSplitting header of column in list control. Pin
Sameer_Thakur22-Sep-08 4:08
Sameer_Thakur22-Sep-08 4:08 
QuestionRe: Splitting header of column in list control. Pin
led mike22-Sep-08 6:36
led mike22-Sep-08 6:36 
AnswerRe: Splitting header of column in list control. Pin
enhzflep22-Sep-08 12:36
enhzflep22-Sep-08 12:36 
GeneralRe: Splitting header of column in list control. Pin
Sameer_Thakur22-Sep-08 19:56
Sameer_Thakur22-Sep-08 19:56 
GeneralRe: Splitting header of column in list control. Pin
led mike23-Sep-08 5:02
led mike23-Sep-08 5:02 
Questiondebug issue when attaching to a process Pin
George_George22-Sep-08 3:13
George_George22-Sep-08 3:13 
Hello everyone,


I am using "Debug --> Attach to a process" to debug a process on my local computer. The process is not started from my VC project, but already run as a Windows service for a while and I want to attach to it to see some of its variables' status or something.

I have the related source codes, symbol files (PDB) and the binary file (running binary, including an exe and several dlls) of the same version.

I opened the project in VC and using Debug --> Attach to attach the process, it is successful -- but the running binary exe and related dynamically loaded DLLs are not run from the VC project (I mean from Debug/Release directory of the VC project).

My problem is when I set break point in some source codes for the dlls (the dlls are dynamically loaded by the exe using LoadLibrary) , there is error message like -- "The breakpoint will not currently be hit. No symbols have been loaded for this document."

Do I need to set some symbols? Anything wrong or check point for this issue?


thanks in advance,
George
QuestionRe: debug issue when attaching to a process Pin
Mark Salsbery22-Sep-08 5:33
Mark Salsbery22-Sep-08 5:33 
AnswerRe: debug issue when attaching to a process Pin
George_George22-Sep-08 17:41
George_George22-Sep-08 17:41 
GeneralRe: debug issue when attaching to a process Pin
Mark Salsbery22-Sep-08 19:33
Mark Salsbery22-Sep-08 19:33 
GeneralRe: debug issue when attaching to a process Pin
George_George22-Sep-08 19:45
George_George22-Sep-08 19:45 
GeneralRe: debug issue when attaching to a process Pin
Mark Salsbery23-Sep-08 5:00
Mark Salsbery23-Sep-08 5:00 
GeneralRe: debug issue when attaching to a process Pin
George_George23-Sep-08 20:39
George_George23-Sep-08 20:39 
GeneralRe: debug issue when attaching to a process Pin
Mark Salsbery24-Sep-08 4:50
Mark Salsbery24-Sep-08 4:50 
GeneralRe: debug issue when attaching to a process Pin
George_George24-Sep-08 20:19
George_George24-Sep-08 20:19 
GeneralRe: debug issue when attaching to a process Pin
Mark Salsbery25-Sep-08 5:08
Mark Salsbery25-Sep-08 5:08 
GeneralRe: debug issue when attaching to a process Pin
George_George25-Sep-08 21:32
George_George25-Sep-08 21:32 
AnswerRe: debug issue when attaching to a process Pin
Mahesh Kulkarni22-Sep-08 20:09
Mahesh Kulkarni22-Sep-08 20:09 
GeneralRe: debug issue when attaching to a process Pin
George_George22-Sep-08 20:18
George_George22-Sep-08 20:18 
QuestionCButton Class Pin
Dhiraj kumar Saini22-Sep-08 3:08
Dhiraj kumar Saini22-Sep-08 3:08 
AnswerRe: CButton Class Pin
Alan Balkany22-Sep-08 3:48
Alan Balkany22-Sep-08 3:48 
GeneralRe: CButton Class Pin
Dhiraj kumar Saini22-Sep-08 19:32
Dhiraj kumar Saini22-Sep-08 19:32 
GeneralRe: CButton Class Pin
Alan Balkany23-Sep-08 5:10
Alan Balkany23-Sep-08 5:10 
AnswerRe: CButton Class Pin
Hamid_RT22-Sep-08 18:58
Hamid_RT22-Sep-08 18:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.