Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: anthonypate on November 06, 2009, 01:12:46 am

Title: Shared Library debugging
Post by: anthonypate on November 06, 2009, 01:12:46 am
I am looking for a debugging solution. I am writing a php extension. The extension is loaded by apache and called from a PHP script.
I have created a shared library with C::B and have been succesful in loading it and calling it from a PHP script. All good.
Now I want to source level debug the shared library. Any suggestions?
Title: Re: Shared Library debugging
Post by: oBFusCATed on November 06, 2009, 02:23:41 am
Debug -> Attach to process?