[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::decladebug

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

956.0. "Uparrow and long lines don't mix" by CXXC::REINIG (This too shall change) Mon May 19 1997 17:20

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.RTitleUserPersonal
Name
DateLines
956.1It's a bugVIRRUS::diewaldVortex of ChaosTue May 20 1997 12:392
We don't handle long lines very well in the command buffer recall
mechanism.
956.2TLE::BRETTTue May 20 1997 21:286
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