[Bug 60005] debug versions of libraries

Thiago Macieira thiagom at mail.com
Thu Jun 19 18:45:07 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=60005     




------- Additional Comments From thiagom at mail.com  2003-06-19 18:43 -------
You cannot debug into kernel mode unless the kernel allows you to. No sane 
kernel allows a normal debug operation to do that -- especially because that 
would halt the kernel itself. 
 
As for debugging into the system libraries, the solution is quite simple: rebuild 
them yourself with debugging symbols. KDevelop cannot possibly contain the 
debugging symbols for the libraries that are already installed in your system -- 
only you or your distributor can. Of course, debugging into those libraries requires 
having their source code installed as well, but if you've rebuilt them, it's not a 
problem. 
 
I sincerely hope we've misunderstood your request and that you're not asking for 
KDevelop to include the source code and debugging versions of all system 
libraries. One does not have to debug into printf(3) or open(2) to know what they 
do.




More information about the KDevelop-devel mailing list