[comp.sys.amiga.programmer] Using CPR to debug libraries

davewt@NCoast.ORG (David Wright) (02/11/91)

	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