#59 closed bug (fixed)
user debugger window bad behaviors
Reported by: | korli | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
- the user debugger window isn't scrollable, thus making hard to view long
stacktraces.
- the user debugger keeps running when closing the user debugger window with the
top left Close button.
- the debugger() call in libroot.so doesn't bring up the user debugger as in R5.
Change History (7)
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
- makes sense :)
- yes
- yes a test terminal app works fine. But some complex apps sometimes make a
call to BLooper::check_lock() which fails, debugger() is called and fails to bring the user debugger: I'll give you more details on how to reproduce this.
comment:5 by , 19 years ago
Status: | assigned → closed |
---|
comment:7 by , 19 years ago
Resolution: | → fixed |
---|
Note:
See TracTickets
for help on using tickets.
the real Terminal. You can display only the first n frames of a stack trace by "bt n", BTW.
there. In what context did you experience that?