Skip to content

Further Enhancements to the Debugger Extension#681

Open
mreinstein wants to merge 7 commits into
bigskysoftware:debuggerfrom
mreinstein:debugger
Open

Further Enhancements to the Debugger Extension#681
mreinstein wants to merge 7 commits into
bigskysoftware:debuggerfrom
mreinstein:debugger

Conversation

@mreinstein
Copy link
Copy Markdown
Contributor

@mreinstein mreinstein commented Jun 4, 2026

Screenshot from 2026-06-03 23-56-23

Changes

Features

  • add a timeline panel that allows you to visit any step
  • add live button to return to live mode, and clear to empty out the timeline history
  • better icons for the vertical and horizontal dock buttons

Bugfixes

  • make the breakpoint hyperscript work in the debugger pane when it's open
  • fix the step back button (F9) to work
  • fix a regression in the workers extension (missing several arguments to _hyperscript.apply and better url handling)
  • add padding to the bottom of the page when debug pane is open so none of the body is obscured
  • fix the workers test page to actually work with debugger

Refactor

  • remove as many half-baked, buggy features as I could find
  • remove the public ttd api and the url params
  • expose a new hyperscript event, hyperscript:breakpoint which when cancelled falls back to built in javascript debugger
  • move css to a separate file and use @scope so it won't pollute page scope and simplifies selectors
  • update esbuild from 0.27 -> 0.28 for import with { type: 'text' } support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant