ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ddd display "tab" in the source window as 8 or 4 character?how to config


From: chen bin
Subject: ddd display "tab" in the source window as 8 or 4 character?how to configure?
Date: Thu, 24 Jan 2002 09:44:26 +0800

the problem haunts me for a long time.
 
for example,
1)I input the source code this way:
"TAB"+"gui_init();" with VC6.0 and samba(you know, I am not a vi lover, yet)
 
DDD display the source this way:
        gui_init();
~~~~~~~~
8 space character!
 
2)I try to point to the function name "gui_init", but nothing happens.
Then I double click the function name,now DDD display the source this way:
    gui_init();  (now gui_init is shadowed!)
~~~~
NOW 4 space character!
 
3)now I move the mouse and pointer to the function name "gui_init", DDD
do display some debug information this time.
 
Do you understand my problem?
it is crazy for me to debug with DDD when meeting such a nightmare(DDD is the
most excellent debugger I've seen, of course)
 
BTW:
the problem happens on
TurboLinux Server 6.5, DDD 3.1.5 and DDD 3.3.1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]