Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!samsung!rex!ukma!usenet.ins.cwru.edu!ncoast!davewt From: davewt@NCoast.ORG (David Wright) Newsgroups: comp.sys.amiga.programmer Subject: Using CPR to debug libraries Message-ID: <1991Feb11.053221.6594@NCoast.ORG> Date: 11 Feb 91 05:32:21 GMT Organization: North Coast Public Access *NIX, Cleveland, OH Lines: 14 Has anyone out there been able to use CPR to debug resident libraries? I have tried using the "Step into res lib" option, but it didn't display any source code when I was in one of the libraries I wrote. Both the application and the library were compiled with full debugging information. From use in other multi-module programs, I have seen that CPR seems to want you to set a breakpoint in a function that is in another module, or at least set a breakpoint in a function before it will show you the code executing, rather than running it until the function returns. Is there some way I missed to tell CPR to ALWAYS show/find the current line if source is available? Dave