Has anyone had success debugging IMP code with gdp? If so can you share?
Thanks,
Charles Greenberg Graduate student in biophysics @ UCSF Laboratory of Andrej Sali Cell: 561-531-9411
On 3/31/16 1:18 PM, Charles Greenberg wrote: > Has anyone had success debugging IMP code with gdp? If so can you share?
Do you mean gdb? If so, sure. Why wouldn't it be successful? What's the specific problem you're running into?
Ben
Yes, gdb, sorry. Do you have to rebuild IMP with the correct debug symbols, or pass gdb IMP-specific debug symbols?
Charles Greenberg Graduate student in biophysics @ UCSF Laboratory of Andrej Sali Cell: 561-531-9411
On Thu, Mar 31, 2016 at 1:21 PM, Ben Webb ben@salilab.org wrote:
> On 3/31/16 1:18 PM, Charles Greenberg wrote: > >> Has anyone had success debugging IMP code with gdp? If so can you share? >> > > Do you mean gdb? If so, sure. Why wouldn't it be successful? What's the > specific problem you're running into? > > Ben > -- > ben@salilab.org https://salilab.org/~ben/ > "It is a capital mistake to theorize before one has data." > - Sir Arthur Conan Doyle > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev >
On 3/31/16 1:31 PM, Charles Greenberg wrote: > Yes, gdb, sorry. Do you have to rebuild IMP with the correct debug > symbols, or pass gdb IMP-specific debug symbols?
A plain old build should be fine. But like anything, you'll get better diagnostics if you build with -g, e.g. -DCMAKE_BUILD_TYPE=Debug.
Ben
participants (2)
-
Ben Webb
-
Charles Greenberg