Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » debugging child process in eclipse(attaching a process to an application )
debugging child process in eclipse [message #1394402] Sat, 05 July 2014 07:49
Ravikiran Kolanpaka is currently offline Ravikiran KolanpakaFriend
Messages: 1
Registered: July 2014
Junior Member
hi,

When I try attach an application to a postgres process in helios eclipse.

I changed the following in the Debug Configurations.

C/C++ Application :- src/backend/postgres
Project :- pgsql

C/C++ attach to Application :- postgres
Project :- pgsql

But I am getting the following error.

Can't find a source file at "/build/buildd/eglibc-2.19/socket/../sysdeps/unix/sysv/linux/x86_64/recv.c"
Locate the file or edit the source lookup path to include its location.


Also, when I give break points to a particular file(nodenestloop.c) which is part of a shared library. The control goes to main.c but never comes back . How can I constraint the control only to that particular file .

Thank you
Previous Topic:Failed to connect sshd
Next Topic:Cygwin error parser - no mapping for cygdrive
Goto Forum:
  


Current Time: Thu Apr 18 19:47:58 GMT 2024

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

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

Back to the top