From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Insight List Subject: Insight session regression (?) Date: Tue, 21 Aug 2001 14:14:00 -0000 Message-id: <87u1z1jd8u.fsf@creche.redhat.com> X-SW-Source: 2001-q3/msg00168.html I started Insight like this: gdb /my/executable Then I set things up and did some debugging. Finally I exited. Then I re-ran the same gdb command line. Of course it just comes up in the default mode. If I then select /my/executable from the File menu, I expect it to use my old session. However, it doesn't -- my old session is wiped out. I think this might be a regression, but I am not certain. In any case I found this surprising. FWIW I think "gdb /my/executable" should really reload my session by default. Tom