Chinaunix首页 | 论坛 | 博客
  • 博客访问: 22163
  • 博文数量: 28
  • 博客积分: 670
  • 博客等级: 上士
  • 技术积分: 285
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-09 11:27
文章分类

全部博文(28)

文章存档

2011年(28)

我的朋友
最近访客

分类: 嵌入式

2011-01-29 12:40:04

How to use RDebug

From Forum Nokia Wiki

Contents

[hide]

 we could see the output debug message.

This trick is especially useful for tasks with special requirements. Enjoy this while debugging!!! 

After the "View process output" option has been enabled, debug the project. To display the debug messages, click Open Console button and select Debug Messages menu. The picture below shows the output of RDebug in the Carbide.c++ IDE.

 

 ).

For this, you can use several tools that show Windows debug strings, such as  from Microsoft. DebugView also lets you do "fancy" things such as highlighting or excluding strings with a particular pattern.

One thing to keep in mind is that debug output may occasionally come from other processes in your system, not just the Symbian emulator, so with a tool like DebugView you may capture other strings not related to the application you are debugging. Again, filtering can be very helpful here.

 freeware program. It is just a port of the unix tail program that prints the "tail" of a file. Just create a bat file like so:

tail -f %temp%\epocwind.out

It opens a dos-prompt to show the log prints as they come. It can be closed by pressing ctrl-C. 

阅读(450) | 评论(0) | 转发(0) |
0

上一篇:Symbian学习笔记20 之 播放声音

下一篇:没有了

给主人留下些什么吧!~~