Skip to content

Add debug tools#177

Open
bterlson wants to merge 4 commits intoalloy-framework:mainfrom
bterlson:debug-tools-2
Open

Add debug tools#177
bterlson wants to merge 4 commits intoalloy-framework:mainfrom
bterlson:debug-tools-2

Conversation

@bterlson
Copy link
Contributor

This PR introduces debug tools. With these tools you can:

  • Inspect symbols and scopes
  • Inspect rendered file content, including mapping content to the component which generated it.
  • Inspect components
  • Rerender components (e.g. to trigger a breakpoint in that component)
  • Debug errors with a full component stack
  • And more!

As part of this PR, some additional capabilities were added and bugs fixed.

@github-actions
Copy link
Contributor

❌ There is undocummented changes. Run chronus add to add a changeset or click here.

The following packages have changes but are not documented.

  • @alloy-js/core
  • @alloy-js/typescript
Show changes

v-bind="forwardedProps"
:class="
cn(
'origin-top-center bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 relative mt-1.5 h-[var(--reka-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border shadow md:w-[var(--reka-navigation-menu-viewport-width)]',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are those vibe coded styles? 😆

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