Skip to content

debugger: observe the details of a single node individually #57

@thetarnav

Description

@thetarnav

When you click on a graph node in the chrome extension—a details panel should open, revealing the details of that node:

  • type of the node
  • breadcrumbs - mini path to the node
  • signals declared in it
    • their observers and sources
  • stores (Ability to observe stores #42)
    • their observers and sources as well (this may be too complicated to do for now)
  • current and previous value (only if the node is a computation)
  • sources (only if the node is a computation)
  • observers (only if the node is a memo)
  • rendered HTML element if node is a component
  • component props (debugger: track component props #56)

Signals & stores can be listened to only if node details are being observed—no need to send them otherwise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpriorityImportant issue to focus on currently

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions