ShortestPathLab / posthoc-app

Posthoc is a way to build simple and effective visualisations ✨ for sequential decision-making algorithms, such as search.
http://posthoc-app.pathfinding.ai/
28 stars 5 forks source link

Instruction pointer reset when switching views #54

Open dharabor opened 1 month ago

dharabor commented 1 month ago

Steps to replicate:

  1. Run a trace to some event and pause.
  2. Switch to another view, e.g, Debugger.
  3. Switch back to the Event log.

The instruction pointer (i.e., the current location in the event log) is lost. The view is reset to the initial position. Resuming playback fixes the problem.