Opened 20 years ago

Closed 20 years ago

Last modified 5 years ago

#1610 closed defect (fixed)

ALL: Garbage in the debug console

Reported by: eriktorbjorn Owned by: eriktorbjorn
Priority: low Component: --Other--
Version: Keywords:
Cc: Game:

Description

The debug console uses a circular buffer to store the text in it. When this buffer wraps around, it seems that the lines are not cleared as they are being re-used. This means that old output can appear, partly overwritten by the new output.

This happens with the latest CVS snapshot of ScummVM, and I noticed it because I was debugging the new BS2 memory manager. (The "mem" debugger command produces a lot of output.)

(This effect is so overshadowed by the other debug console glitch I reported that I may very well be mistaken though.)

Ticket imported from: #941814. Ticket imported from: bugs/1610.

Change History (4)

comment:1 by fingolfin, 20 years ago

Priority: normallow

comment:2 by eriktorbjorn, 20 years ago

Owner: set to eriktorbjorn
Resolution: fixed
Status: newclosed

comment:3 by eriktorbjorn, 20 years ago

Fixed by patch #956989.

comment:4 by digitall, 5 years ago

Component: --Unset----Other--
Note: See TracTickets for help on using tickets.