-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Description
- Implement a new UI for the Debugging Rule Tree within the Summary Tab.
- The current implementation only displays a single matched tool, which limits debugging visibility.
- The new UI should support rendering and navigating multiple matched tools in a clear, tree-structured format.
Notes
- This issue should be implemented after completing Support Scripting and Breakpoint Execution After Map Local
Acceptance Criteria
- Display all matched tools in a tree view, not just one.
- Support nested hierarchy
- Provide expand/collapse functionality for better navigation.