eclipse調試 如何進入函式庫函數
阿神
阿神 2017-04-21 10:57:25
0
1
756
#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的源碼來瞧。

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板