[Nemiver-list] session breakpoints



I've noticed an issue with session breakpoints.  Specifically, they
don't seem to be re-loaded when you execute a saved session.
In addition, the session manager is supposed to delete all of the
breakpoints from the DB that are associated with the session and then
save the current breakpoints to the session.  On my machine it doesn't
seem to successfully remove the old breakpoints, so I end up with a
whole bunch of duplicate breakpoints in the session.  This is the
result of running session 4 a bunch of times:

sqlite> select * from breakpoints where sessionid=4;
28|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
29|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|60
30|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
31|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|60
32|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
33|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
34|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|62
35|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
36|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
37|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
38|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
39|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
40|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
41|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
42|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
43|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|68
44|4|main.cc|/home/jonathon/Projects/agave.git/src/main.cc|60

Have you seen behavior like this?
--
jonner




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]