boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教一个c/c++问题
相关主题
tracing和logging有什么区别?
__FUNCTION__ 是怎么回事呀?
is it possible to design a zero miss rate cache?
shocking! The origin of foo() (转载)
求助:script for commands (转载)
stack trace
cannot trace var values in vs2005
[合集] How to read large C code?
yacc/bison的调试和分析工具?
What syntax is this?(about macro)
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
What syntax is this?(about macro)
pointer overflow
请问: 有什么tool可以查java里每个object用了多少memory? (转载)
an interview question
大家帮我看看如何设计OS profiling/tracing
implement a simple regular expression match?
valgrind to trace memory crash?
gdb debug c++的问题
请教怎样尽快看明白同事的程序?
征人有偿matlab编程(image analysis)
相关话题的讨论汇总
话题: logs话题: file话题: ocess话题: pr话题: 问题