由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - One question about DBX debuger
相关主题
how to print an integer as binary form in C?How to debug C program in Unix
[转载] some body uses DBX?How do debug c program in unix terminal?
双面打印Makefile help!
how to print the last 2 columns of a text file?Re: Makefile help!( -g option)
Help about printing through network!发现只要几行字就可以让Sun的F90编译器当掉
UNIX下编程求助Where to download dbx?
Key in Shared Memoryis there a tool can debug C/C++ under unix?
who knows how to use nslookup?any debugging tool?
相关话题的讨论汇总
话题: t1话题: g%话题: dbx话题: debuger话题: t2
进入Unix版参与讨论
1 (共1页)
c******a
发帖数: 10623
1
for example:
G is a TYPE variable having
T1 as an integer array,
T2 as an integer.
Want to see the values of them.
Try "print G%T1(1)"
--it says 'T1 not callable'
Try "print G%T2" or "print G%T1"
--it says 'can't read from process'
Is there any way I can get what I want?
thx
1 (共1页)
进入Unix版参与讨论
相关主题
any debugging tool?Help about printing through network!
[转载] 怎样在Solaris 5.7下输入中文?UNIX下编程求助
Question about DDD DebuggerKey in Shared Memory
[转载] 求救who knows how to use nslookup?
how to print an integer as binary form in C?How to debug C program in Unix
[转载] some body uses DBX?How do debug c program in unix terminal?
双面打印Makefile help!
how to print the last 2 columns of a text file?Re: Makefile help!( -g option)
相关话题的讨论汇总
话题: t1话题: g%话题: dbx话题: debuger话题: t2