8 dépôts
Tools for monitoring errors, performance, and execution state within JavaScript runtimes.
Distinct from JavaScript Runtimes: Existing candidates focus on the runtimes themselves, not tools designed to debug them.
Explore 8 awesome GitHub repositories matching development tools & productivity · JavaScript Runtime Debuggers. Refine with filters or upvote what's useful.
Reactotron is a desktop application and collection of developer tools designed for monitoring runtime errors, analyzing network requests, and inspecting state within JavaScript and React environments. It serves as a debugger for both React JS and React Native projects, providing a visual interface to monitor internal application state and performance. The tool provides specialized inspectors for React Native mobile applications and React web applications. It allows for the real-time tracking of state changes and the dispatching of actions to a state manager to test different application scena
Provides a desktop utility for tracking global errors and performance metrics in JavaScript user interfaces.
node-inspector is a web-based debugger for Node.js applications that integrates the Blink developer tools interface. It functions as a runtime profiler and inspection suite, providing a remote debugging interface to connect a local browser to a Node.js process. The project enables live code iteration, allowing source code to be modified while the process is running and persisting those changes back to the physical file system. It also includes a JavaScript runtime profiler to monitor CPU and heap usage for identifying bottlenecks and memory leaks. The tool covers execution flow control throu
Monitors CPU and heap usage to identify bottlenecks and memory leaks in Node.js runtime environments.
React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro
Provides remote access to the console, sources, network requests, and memory usage of a JavaScript runtime.
TestCafe is a Node.js end-to-end web testing framework used to automate browser tests with JavaScript or TypeScript. It serves as a cross-browser testing tool and a command-line execution engine designed for integration into continuous integration pipelines. The framework supports behavior-driven development by mapping human-readable Gherkin syntax to automation logic. It also includes an integrated web accessibility auditor to identify violations within web applications. The toolset covers a broad range of automation capabilities, including parallel test execution across multiple browser in
Monitors webpages for JavaScript errors during execution and automatically fails tests when an exception occurs.
自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改
Attaches JavaScript debuggers to running mini program processes for live inspection and breakpoint control.
redux-logger est un logger d'état Redux et un débogueur d'état JavaScript conçu pour enregistrer les actions et les transitions d'état dans la console du navigateur. Il fonctionne comme un middleware qui capture les changements d'état et les charges utiles (payloads) d'action au sein d'un store Redux pour aider au débogage du flux de l'application. Le projet fournit un formateur de logs de console pour personnaliser l'apparence des logs en utilisant des couleurs, des horodatages et des durées d'exécution. Il permet la restriction des actions enregistrées via des prédicats personnalisés pour réduire le bruit dans la console et inclut des capacités pour transformer des données d'état complexes en formats lisibles. L'outil couvre le suivi des erreurs frontend en interceptant et en enregistrant les erreurs déclenchées par des actions spécifiques. Il permet également l'analyse des transitions d'état en enregistrant les mises à jour d'état résultantes suite aux actions dispatchées.
Monitors real-time data mutations and action-triggered state updates within JavaScript applications.
Wolverine est un outil de réparation de code IA et un runtime Python auto-guérisseur conçu pour surveiller les scripts pour les plantages au runtime et récupérer automatiquement le code source. Il fonctionne comme un outil de récupération de script automatisé qui identifie les échecs et utilise des modèles de langage étendus pour proposer et appliquer des corrections. Le système opère via un cycle de débogage itératif qui capture les données de traceback et les réinjecte dans un modèle de langage pour affiner les correctifs par essais et erreurs. Pour assurer la sécurité, il inclut un mécanisme de vérification humaine (human-in-the-loop) qui nécessite une approbation manuelle avant que les changements de code générés ne soient patchés dans les fichiers sources originaux. L'outil couvre des capacités plus larges dans le débogage de script automatisé et les tests itératifs. Il inclut un routage de modèle configurable, permettant aux utilisateurs de spécifier les modèles de langage préférés et de définir les niveaux de confirmation pour les modifications automatisées.
Watches executing Python scripts for crashes and captures traceback data to initiate the self-healing process.
This project is a browser developer tool designed for inspecting JavaScript execution, network traffic, and page layouts. It functions as a JavaScript debugger and a Chrome DevTools Protocol debugger to manage the state of a web engine and identify logic errors in web applications. The suite provides specialized utilities for web performance profiling, including the detection of memory leaks and the analysis of processing bottlenecks. It also includes a network traffic analyzer for troubleshooting API calls and a browser storage manager for modifying cookies, cache, and local database entries
Provides a runtime debugger for stepping through code and inspecting variables to identify logic errors in JavaScript.