由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - how to debug lib file, after i build the *.o etc ?
相关主题
build image with debug info, can you build the debug symbol only ?请教bash命令
Qt creator 2.4.1 cannot debug the very simple c++ code “Don’t know how to attach”howto install vboxguestadditions on CentOS.
Symbolic Link: ln 和 cp -s 是一样的么?问个用dropbox的问题
Any detailed instruction to remote debug shared library in QtCreator in Linux ?从8.04升到9.04
how to step over a line in code with gdb?gdb用得太痛苦了, 有没有好用的debug tools推荐
挖个坑how to debug QT请问这里有人试过在Ubuntu下安装lyx么?
有没有vim给程序员的入门教程?主要用c.openoffice 显示方框
谁来介绍一下子 virtrualization?Linux GNU C, readlink问题 (转载)
相关话题的讨论汇总
话题: lib话题: debug话题: file话题: build话题: etc
进入Linux版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
i'm creating a lib file in bsd, how should i debug it ?
in windows i can set break points in the lib source file, then attach to a
exe process.
S*A
发帖数: 7142
2
In linux you should be able to do the same as long as
keep the debug symbols in the lib.

【在 s*****w 的大作中提到】
: i'm creating a lib file in bsd, how should i debug it ?
: in windows i can set break points in the lib source file, then attach to a
: exe process.

1 (共1页)
进入Linux版参与讨论
相关主题
Linux GNU C, readlink问题 (转载)how to step over a line in code with gdb?
有什么软件debug “segmentation fault"通过看back trace info(面试问倒了)挖个坑how to debug QT
有没有open source对IT民工的影响有没有vim给程序员的入门教程?主要用c.
怎么保存kernel panic的消息?谁来介绍一下子 virtrualization?
build image with debug info, can you build the debug symbol only ?请教bash命令
Qt creator 2.4.1 cannot debug the very simple c++ code “Don’t know how to attach”howto install vboxguestadditions on CentOS.
Symbolic Link: ln 和 cp -s 是一样的么?问个用dropbox的问题
Any detailed instruction to remote debug shared library in QtCreator in Linux ?从8.04升到9.04
相关话题的讨论汇总
话题: lib话题: debug话题: file话题: build话题: etc