QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 820|回复: 2

问一个kdevelop的问题阿,kd怎么调试阿?

[复制链接]
发表于 2004-12-20 13:18:51 | 显示全部楼层 |阅读模式
系统为magiclinux rc1,
就是一个简单的hello ,
ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <stdio.h>
#include <stdlib.h>

int main(int argc, char *argv[])
{
int i;
  for (i=1;i<10;i++)
  {
  printf("Hello, world!\n");
  }
  return EXIT_SUCCESS;
}
可是我不懂怎么用调试啊!
例如想在调试的时候看变量i的值该怎么做呐?
我运行了调试,也添加了观察(不知道添加的方式对不对),可是什么都看不到阿,哪位大虾帮帮我捏?
发表于 2004-12-20 13:30:20 | 显示全部楼层
用GDB调试,如果不会就买书看
回复

使用道具 举报

 楼主| 发表于 2004-12-20 13:47:35 | 显示全部楼层
but i am asking how to do that in kedevelop

sorry something wrong with the inputer
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 21:27 , Processed in 0.074322 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表