| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 904.1 |  | GEMGRP::MONTELEONE |  | Mon Mar 31 1997 12:40 | 10 | 
|  | 
   I hope that the extra information encoded in the file name will be hidden.
   For one thing, the checksum like sequence at the end of the name will
   be varying consistently, so you will have a tough time of maintaining
   your benchmarks without adding a filter...
   Bob
 | 
| 904.2 |  | TLE::BRETT |  | Mon Mar 31 1997 21:18 | 7 | 
|  | There is no 'spec' for this stuff, but the Ada support has been there for
years, and this stuff is not hidden.
Since the user has to be able to cut/paste this stuff, it is unlikely that
it will be hidden in the future.
/Bevin
 | 
| 904.3 | Cannot find source file | CXXC::MJHANS | Matthew Hanselman, DEC C/C++ | Wed Apr 02 1997 10:22 | 10 | 
|  |     Okay
    
    But we are seeing error messages like
    
    	Cannot find source file x_0016.hxx~alt~deccxx_XXXXXXXX
    
    I'm assuming that's because we haven't picked up a version of ladebug
    that deals with mangled names, rather than being a bug in ladebug, no?
    
    								- Matt
 | 
| 904.4 |  | TLE::BRETT |  | Wed Apr 02 1997 12:57 | 4 | 
|  | I hope so - Steve Merritt will get you a 4.0 production BL34 today to make sure
that is the problem
/Bevin
 | 
| 904.5 | It works | CXXC::MJHANS | Matthew Hanselman, DEC C/C++ | Wed Apr 02 1997 14:45 | 5 | 
|  |     A 4.0-34 ladebug does fix this problem.
    
    We'll upgrade cosf on Monday, when Charlie & I will both be here.
    
    								- Matt
 | 
| 904.6 |  | CXXC::MJHANS | Matthew Hanselman, DEC C/C++ | Tue Apr 08 1997 17:51 | 26 | 
|  |     I was just fooling around with this a little, and the way the user
    has to deal with this is a little unfriendly.
    
    Take the code example in 917, or any code in a non-mergable file.  The
    user can no longer use the command
    
    	stop at "filename":line-number
    
    but instead has to use
    
    	stop at "filename~alt~deccxx_NNNNNNNN":line-number
    
    If you try the 1st, it won't let you.  Nothing is said about the
    non-mergable file, and the user has to find some way of finding out the
    CRC (which changes with each compilation)
    
    As a user, I could argue that using the 1st form should actually go
    through and set the breakpoint at that line in all the non-mergable
    files matching that pattern.  At the very least, I would like a more
    helpful message if I attempt to use the 1st form (even if it's a
    referral to a ladebug help topic explaining the CRC bit somewhat)
                                                              
    To summarize: it took me a little while to figure it out, and I knew
    what was going on.  Somebody else might not be as lucky.
    
    							- Matt
 | 
| 904.7 |  | TLE::BRETT |  | Tue Apr 08 1997 21:45 | 6 | 
|  | agreed -   at least you get bpt buttons in the gui now that work.
the rest of the work is also needed for other languages - especially for
static functions in c.
/Bevin
 |