Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugging shared object in eclipse Juno(Problem is breakpoints are ignored in shared object and i keep seeing message "Detaching after fork from child process XXXX")
Debugging shared object in eclipse Juno [message #1070540] Thu, 18 July 2013 07:19
Sameer Thakur is currently offline Sameer ThakurFriend
Messages: 1
Registered: July 2013
Junior Member
I am creating contrib module in PostgreSQL where i have a problem debugging in eclipse Juno. I was following the debugging process outlined @ wiki.postgresql.org/wiki/Working_with_Eclipse#Debugging_PostgreSQL_from_Eclipse

In short

Start PostgreSQL server from eclipse, ensured that contrib so is being loaded
Start debug configuration of type C-Attach to application and attach it to PostgreSQL server process.
Execute psql from command prompt and expect execution to stop at the breakpoint in contrib module.
Problem is breakpoints are ignored in contrib module and i keep seeing message "Detaching after fork from child process XXXX".

I have ensured the following 1. Debug configuration points contrib shared library so. 2. Debug configuration points to contrib source 3. In preferences for Debug i have added source lookup path pointing to contrib module.

Note: I am compiling contrib module outside eclipse, for some reason i cannot drop the make file in the make view within eclipse.

Any pointers would help regards Sameer
Previous Topic:Problem in eclipse
Next Topic:Linking Armadillo
Goto Forum:
  


Current Time: Thu Apr 25 23:34:27 GMT 2024

Powered by FUDForum. Page generated in 0.02541 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top