QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1824|回复: 10

我是新手,谁能告诉我anjuta IDE怎么用?

[复制链接]
发表于 2003-4-29 13:18:55 | 显示全部楼层 |阅读模式
我最想只道当写好一个程序后怎样去调试,怎样看输出结果?
发表于 2003-4-30 20:38:08 | 显示全部楼层
运行了不就知道了?有特别的一个窗口的阿
回复

使用道具 举报

 楼主| 发表于 2003-5-1 00:46:56 | 显示全部楼层
改错可以点击"debug",但看输出结果还是不会,能给我说说吗,不胜感激!!!!(我用的是1.0.2版的,全是英文,看起来费劲)
回复

使用道具 举报

发表于 2003-5-1 13:05:54 | 显示全部楼层
??debug窗口是一排对吧 然后有stdout窗口对吧 那儿就是输出阿
回复

使用道具 举报

发表于 2003-5-1 15:59:17 | 显示全部楼层
??debug窗口是一排对吧 然后有stdout窗口对吧 那儿就是输出阿

你好象是一个急性子,不要着急嘛,我们都很弱!呵呵
回复

使用道具 举报

 楼主| 发表于 2003-5-1 18:12:48 | 显示全部楼层
还有一问题:写了一个最简单的:
#include<stdio.h>
main()
{
printf("ddd");
}       
然后电击右键,选择"调试"--"run/continue"报错如下:
Error:No executable file specified.
Error:Use the "file" or"exec-file"command.
Error:The program is not being run.
将程序另存为 /root/Newfile.c 后选择"Debug"--"Load executable"选中'/root/Newfile.c"后确定,报错如下:load executable:/root/Newfile.c
              Error:"/root/Newfile.c":not in executable format:File format not recognized.
到底应该怎样才能正确使用?我是新手,谢谢指教,谢谢!!
回复

使用道具 举报

发表于 2003-5-1 20:17:15 | 显示全部楼层
先compile build 然后才能debug
回复

使用道具 举报

 楼主| 发表于 2003-5-1 23:18:47 | 显示全部楼层
#include<stdio.h>
viod main()
{
printf("ddd");
}
compile build  时提示如下:
gcc -wall -g -c "Newfile.c"-o"Newfile.o"
Newfilw.c:4:warning:return type of'main' is not 'int'
compile completed...successful
total time taken:0 secs
"Debug"后还是报错如下:
Error:No executable file specified.
Error:Use the "file" or"exec-file"command.
Error:The program is not being run.
怎么回事?是不是"compile build"和"Debug"间还差了什么?
谢谢指教!!!
回复

使用道具 举报

发表于 2003-5-2 08:19:25 | 显示全部楼层
你看看你的project编译的选项 有没有加上调试的选项
回复

使用道具 举报

 楼主| 发表于 2003-5-2 10:38:24 | 显示全部楼层
project里好象就一个class builder ,其他都不可用.
今天情况又不一样了:
void main()
{ printf("dd");
}
compile build 时提示如下:
gcc -wall -g -c "Newfile.c"-o"Newfile.o"
Newfilw.c:3:warning:return type of'main' is not 'int'
newfile: c:4:warning:implict declaration of funtion 'printf'
compile completed...successful
total time taken:0 secs
"debug"后提示:the excutable is not up-to-date.
现在又是怎么回事?
能不能给我写一个简单的,可以运行的例子,不胜感激!!!
回复

使用道具 举报

发表于 2003-5-4 09:21:45 | 显示全部楼层
先建立一个project 然后写代码加入到project里 编译 然后打开debug 如果debug窗口没有出现正确的load core file或者load exe file需要自己指定文件 然后f4开始调试 但我也发现有时候加的断点会失败的 报告load static library fail 还在查找原因中
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-16 00:29 , Processed in 0.101565 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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