Click any tag below to further narrow down your results
Links
Wirebrowser is a toolkit that combines network manipulation, API testing, and JavaScript memory inspection using the Chrome DevTools Protocol. It features live object search, heap snapshot analysis, and real-time HTTP request interception, making it useful for developers and researchers in debugging and reverse engineering applications.
Fluid helps SREs, Platform Engineers, and DevOps Engineers debug production environments efficiently. It allows users to read logs, edit VM sandboxes, and create Ansible playbooks for fixes. The tool ensures changes are made safely and tracked thoroughly.
This article details a method for improving Chromium's remote debugging by integrating Redis for message handling. It discusses the limitations of traditional setups and provides a step-by-step guide to modifying Chromium's DevTools pipe handler for Redis support.
Meticulous is a tool that helps developers monitor application interactions and automatically generates a test suite for their code. By recording sessions and mocking backend responses, it ensures reliable tests without the hassle of setting up mock data. This approach allows teams to identify issues before merging changes.
Databricks developed an AI platform to streamline database debugging, reducing time spent on these tasks by up to 90%. The platform unifies various tools and metrics, enabling engineers to perform investigations more efficiently and without needing extensive manual intervention.
This article explains how to use Git bisect to quickly identify problematic commits in your project's history. It outlines the process of marking good and bad commits, which allows Git to perform a binary search to find the exact commit that introduced an issue. Automation tips are also provided for enhancing efficiency during the debugging process.
Plandex is a terminal-based AI development tool designed to handle complex coding tasks across multiple files, with capabilities for planning, executing, and debugging changes autonomously. It supports a wide range of programming languages and integrates various AI models while maintaining project integrity through features like version control and automated debugging. Developers can use Plandex in both local and cloud-hosted environments, making it adaptable to different project sizes and complexities.
Operative.sh's MCP Server introduces an autonomous browser agent that facilitates the debugging and evaluation of web applications directly within code editors. This tool enables users to navigate web apps, capture network traffic, and collect console errors while running automated UX evaluations to identify issues. The setup process involves obtaining an API key and installing necessary dependencies for seamless integration with popular code editors.
Dynatrace offers advanced observability solutions that enhance troubleshooting and debugging across cloud-native and AI-native applications. The platform utilizes AI for real-time analysis of logs, traces, and metrics, enabling developers to optimize workflows and improve performance with minimal configuration. Users can seamlessly integrate Dynatrace into their existing tech stack, significantly accelerating issue resolution and enhancing user experience.
The article explores the integration of artificial intelligence with WinDbg, a powerful debugging tool, highlighting how AI can enhance debugging efficiency and capabilities. It discusses the potential for AI-driven automation in identifying and resolving bugs, making the debugging process more effective for developers.