Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add advanced blocks debugger experiment and fix debugger issues #10051

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

riknoll
Copy link
Member

@riknoll riknoll commented Jul 25, 2024

This PR does four things:

  1. Fixes a bug where the debugger's variables get cleared when you swap tabs while stopped on a breakpoint
  2. Improves the dumpHeap function to properly handle RefMap and RefImage properties
  3. Makes it so that the JavaScript debugger now includes the "hidden" fields of objects (anything that starts with a _)
  4. Adds an experiment that you can use to enable the "advanced" JavaScript debugger in the blocks editor. This lets you use step in/out/over, see the call stack, and see the hidden fields mentioned above

@riknoll riknoll requested a review from a team July 25, 2024 00:21
@riknoll riknoll merged commit 0c950f1 into master Jul 25, 2024
6 checks passed
@riknoll riknoll deleted the dev/riknoll/advanced-blocks-debugger branch July 25, 2024 21:05
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.

2 participants