addiyi: I have already tried with this command, but it is not much useful to me.
I am able see source code for my static binaries while debugging on CW.
I want to achieve same for the PIC enabled shared libraries. "setpic" command will tell debugger that PIC enabled code is at <addr> address, so that it can be debugged from there.
I want to iterate line by line in my source with debugging for PIC binary, just like we can see static binaries' code.
All my source is already attached with loaded project.