| Title: | Digital Ladebug debugger | 
| Moderator: | TLE::LUCIA | 
| Created: | Fri Feb 28 1992 | 
| Last Modified: | Fri Jun 06 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 969 | 
| Total number of notes: | 3959 | 
Welcome to the Ladebug Debugger Version 4.0-37
dxladebug /usr/proj/decc2/mainline/exxalphaosf/bl36/exe/exx
run -source_listing -trace gemc_eff* -g0 -O2 -thread_safe --auto_instantiation --implicit_include -ptr ./cxx_repository -o test.o -I/usr/include/cxx test.cxx
(that is
    run -source_listing -trace gemc_eff* -g0 -O2 -thread_safe 
        --auto_instantiation --implicit_include -ptr ./cxx_repository 
        -o test.o -I/usr/include/cxx test.cxx
)
up arrow results in 
run -source_listing -trace gemc_eff* -g0 -O2 -thread_safe --auto_instantiation --implicit_include -ptr ./cxx_repository -o test.o -I
(that is
    run -source_listing -trace gemc_eff* -g0 -O2 -thread_safe 
        --auto_instantiation --implicit_include -ptr ./cxx_repository 
        -o test.o -I
)
after a continue command, up arrow gives me:
run -source_listing -trace gemc_eff* -g0 -O2 -thread_safe --auto_instantiation --implicit_include -ptr ./cxx_repository -o test.o -Icont
(that is
    run -source_listing -trace gemc_eff* -g0 -O2 -thread_safe 
        --auto_instantiation --implicit_include -ptr ./cxx_repository 
        -o test.o -Icont
)
                                August G. Reinig
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 956.1 | It's a bug | VIRRUS::diewald | Vortex of Chaos | Tue May 20 1997 11:39 | 2 | 
| We don't handle long lines very well in the command buffer recall mechanism. | |||||
| 956.2 | TLE::BRETT | Tue May 20 1997 20:28 | 6 | ||
| especially in the GUI. We will probably not be fixing the GUI long-line problem until the major GUI overhaul that we are currently investigating. /Bevin | |||||