1 repository
Graphical user interfaces that map program execution to visual representations for breakpoint management and profiling.
Distinct from Debugger Interfaces: Focuses on the visual mapping of execution and profiling rather than just wrapping a CLI debugger.
Explore 1 awesome GitHub repository matching part of an awesome list · Visual Debugging Interfaces. Refine with filters or upvote what's useful.
Devtool is a suite of developer tools designed to execute server-side JavaScript code within a browser environment. It functions as a bridge that allows Node.js programs to run inside a Chromium instance, enabling the use of built-in browser developer tools for visual debugging and performance profiling. The project provides a read-eval-print loop for interactive command execution with support for relative imports and piped input. It also includes a file watcher that monitors source files for changes and automatically reloads programs to accelerate the iteration cycle. The system integrates
Maps program execution to a visual interface for setting breakpoints and analyzing performance profiles in real time.