mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
Preserve redo log for mutable objects
Replay it during time travel debugging
This commit is contained in:
@@ -234,7 +234,7 @@ export class UI {
|
||||
this.debugger_loaded.style = ''
|
||||
|
||||
this.calltree.render_calltree(state)
|
||||
this.logs.render_logs(null, state.logs)
|
||||
this.logs.render_logs(state, null, state.logs)
|
||||
}
|
||||
|
||||
render_io_trace(state) {
|
||||
|
||||
Reference in New Issue
Block a user