eclipse调试 如何进入库函数
阿神
阿神 2017-04-21 10:57:25
0
1
737
#include <stdio.h>
#include <string.h>
 
 int main(int argc, char* argv[])
 {
 	char dst[] = "hello";
 	char *src = "woh";
 
 	strcpy(dst, src);
 	return 0;
 }

eclipse调试如何进入strcpy库函数 , stepinto没进入。

阿神
阿神

闭关修行中......

全部回复(1)
Peter_Zhu

库函数都是编译好的,eclipse没有源码,stepinto当然进不去了。

想看源码的话,可以自己去下载个eglibc的源码来瞧瞧。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板