由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教一个c/c++问题
相关主题
tracing和logging有什么区别?yacc/bison的调试和分析工具?
__FUNCTION__ 是怎么回事呀?What syntax is this?(about macro)
is it possible to design a zero miss rate cache?pointer overflow
shocking! The origin of foo() (转载)请问: 有什么tool可以查java里每个object用了多少memory? (转载)
求助:script for commands (转载)an interview question
stack trace大家帮我看看如何设计OS profiling/tracing
cannot trace var values in vs2005implement a simple regular expression match?
[合集] How to read large C code?valgrind to trace memory crash?
相关话题的讨论汇总
话题: logs话题: file话题: ocess话题: pr话题: 问题
进入Programming版参与讨论
1 (共1页)
g********l
发帖数: 68
1
there is a running process, which is supposed to write logs to a file. But
there're no logs in the file. How can I figure out what's going on in the pr
ocess.
N***m
发帖数: 4460
2
惭愧。没看懂问题是什么

But
pr

【在 g********l 的大作中提到】
: there is a running process, which is supposed to write logs to a file. But
: there're no logs in the file. How can I figure out what's going on in the pr
: ocess.

g********l
发帖数: 68
3
那里没有看懂?
就是该有的trace没有啊

【在 N***m 的大作中提到】
: 惭愧。没看懂问题是什么
:
: But
: pr

U********d
发帖数: 577
4
这个不是语言的问题是调试的问题,你要是觉得不对就单步跟一下,懒一点就每次写的
时候beep()一下,再懒一点就看看是不是没有fflush,超级懒就找人帮你搞定。
t****t
发帖数: 6806
5
有一个人,应该每天大便到马桶里。但是马桶里没有大便。我怎么能知道这个人有什么
问题?
你能答这个, 我就能答你的问题。

But
pr

【在 g********l 的大作中提到】
: there is a running process, which is supposed to write logs to a file. But
: there're no logs in the file. How can I figure out what's going on in the pr
: ocess.

1 (共1页)
进入Programming版参与讨论
相关主题
valgrind to trace memory crash?求助:script for commands (转载)
gdb debug c++的问题stack trace
请教怎样尽快看明白同事的程序?cannot trace var values in vs2005
征人有偿matlab编程(image analysis)[合集] How to read large C code?
tracing和logging有什么区别?yacc/bison的调试和分析工具?
__FUNCTION__ 是怎么回事呀?What syntax is this?(about macro)
is it possible to design a zero miss rate cache?pointer overflow
shocking! The origin of foo() (转载)请问: 有什么tool可以查java里每个object用了多少memory? (转载)
相关话题的讨论汇总
话题: logs话题: file话题: ocess话题: pr话题: 问题