| 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 |
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 685.1 | TLE::MURRAY | Wanfang Murray | Tue Oct 22 1996 18:24 | 4 | |
| 685.2 | TLE::MERRITT | Steve Merritt, Ladebug Team | Tue May 20 1997 14:52 | 22 | |
This is fixed in ladebug 4.0-38
Ladebug will now accept both formats as input, but always outputs
the "> >" format.
-Steve
(ladebug) whatis cd
struct C<D<int> > {
void foo(void);
} cd
(ladebug) whatis C<D<int> >
struct C<D<int> > {
void foo(void);
}
(ladebug) whatis C<D<int>>
struct C<D<int> > {
void foo(void);
}
| |||||