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

Debugger pane #40

Closed dharabor closed 4 months ago

dharabor commented 8 months ago

The debugger controls are embedded in a vertically-oriented panel. Adding a breakpoint lays out elements horizontally but the panel is not wide enough. Suggest we manage breakpoints via a form overlaid on top of the UI, similar to the Examples welcome screen.

spaaaacccee commented 4 months ago

In 79b81b740c3c655db8848e060e5d2e5d0b86a50f, you're able to open up the debugger panel (or any panel) overlaid via panel options (three dots) -> Maximise. You can also open it in a new window via panel options -> Move/Duplicate to new window.

image

In the future, we may want to redesign the standard debugger panel to fit better in a vertical panel.