<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>debugging</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/369/feed"/>
    <updated>2026-08-01T23:59:58+00:00</updated>
    <id>https://links.biapy.com/guest/tags/369/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12955</id>
            <title type="text"><![CDATA[The Bear Bash DeBugger (bbdb)]]></title>
            <link rel="alternate" href="https://github.com/bearstech/bbdb" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12955"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[bbdb uses Bash&amp;#039;s internal debugging mechanism to provide a kind of debugger which will help you to trace and understand the execution of Bash scripts, even large and multi-files ones.]]>
            </summary>
            <updated>2026-06-05T13:53:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12782</id>
            <title type="text"><![CDATA[Workshop]]></title>
            <link rel="alternate" href="https://www.raindrop.ai/workshop/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12782"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Debug your AI agent locally.

 Give your coding agent the power to write and run agent evals. 
The local debugger your agent is missing. Watch your agent think locally, the moment it happens: every token, every tool call, every decision.

Give Claude Code the power to read your traces, write evals against your codebase, and fix what&amp;#039;s broken.

- [Workshop @ GitHub](https://github.com/raindrop-ai/workshop).]]>
            </summary>
            <updated>2026-05-17T07:20:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12665</id>
            <title type="text"><![CDATA[claude-devtools]]></title>
            <link rel="alternate" href="https://www.claude-dev.tools/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12665"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your Claude is coding blind.

 The missing DevTools for Claude Code — inspect session logs, tool calls, token usage, subagents, and context window in a visual UI. Free, open source. 

- [claude-devtools @ GitHub](https://github.com/matt1398/claude-devtools).]]>
            </summary>
            <updated>2026-04-30T15:06:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12654</id>
            <title type="text"><![CDATA[Pike Agent]]></title>
            <link rel="alternate" href="https://github.com/synacktiv/pike-agent" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12654"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Experimental Linux strace LLM agent.

pike-agent records and analyzes how programs behave on Linux. It traces a program&amp;#039;s activity, indexes it into a database, and lets you chat with an LLM agent about it in a TUI.

Related contents:

- [Dites bonjour à Pike! @ Synacktiv :fr:](https://www.synacktiv.com/publications/dites-bonjour-a-pike).]]>
            </summary>
            <updated>2026-04-30T11:18:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12568</id>
            <title type="text"><![CDATA[Hiraeth]]></title>
            <link rel="alternate" href="https://github.com/SethPyle376/hiraeth" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12568"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Local AWS emulator focused on fast integration testing, with SQS support, SQLite-backed state, and a debug-friendly web UI.

Hiraeth is a local AWS emulator focused on fast integration testing. The first release target is SQS: signed AWS SDK requests go through a local HTTP endpoint, state is stored in SQLite, and an optional web UI exposes the local emulator state for debugging.]]>
            </summary>
            <updated>2026-04-20T05:14:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12291</id>
            <title type="text"><![CDATA[nixos-config-tui]]></title>
            <link rel="alternate" href="https://github.com/oddlama/nixos-config-tui" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12291"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A TUI to browse and diff NixOS configurations at the config-level.

A TUI which allows you to browse values and dependencies of NixOS options that influenced a NixOS configuration. This can be used to diff two configurations at the configuration/option-level as opposed to diffing the resulting derivation.

Related contents:

- [Tracking NixOS option values and dependencies @ oddlama&amp;#039;s blog](https://oddlama.org/blog/tracking-options-in-nixos/).]]>
            </summary>
            <updated>2026-03-25T19:19:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12277</id>
            <title type="text"><![CDATA[Elephantshark]]></title>
            <link rel="alternate" href="https://github.com/neondatabase/elephantshark" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12277"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Elephantshark helps monitor, understand and troubleshoot Postgres network traffic: Postgres clients, drivers and ORMs talking to Postgres servers, proxies and poolers (also: standby servers talking to their primaries and subscriber servers talking to their publishers).

Elephantshark sits between the two parties in a PostgreSQL-protocol exchange, forwarding messages in both directions while parsing and logging them.

Related contents:

- [Ctrl-C in psql gives me the heebie-jeebies @ Neon](https://neon.com/blog/ctrl-c-in-psql-gives-me-the-heebie-jeebies).]]>
            </summary>
            <updated>2026-03-24T13:45:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12187</id>
            <title type="text"><![CDATA[MCP Server for WinDbg Crash Analysis]]></title>
            <link rel="alternate" href="https://github.com/svnscha/mcp-windbg" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12187"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Model Context Protocol for WinDBG.

A Model Context Protocol server that bridges AI models with WinDbg for crash dump analysis and remote debugging.]]>
            </summary>
            <updated>2026-03-19T14:36:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12131</id>
            <title type="text"><![CDATA[PipeStep]]></title>
            <link rel="alternate" href="https://github.com/Photobombastic/pipestep" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12131"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A debugger for your CI pipeline.

Interactive CI pipeline debugger. Step through GitHub Actions workflows locally with Docker. 
Step through GitHub Actions workflows locally with Docker. Pause before each step, inspect the environment, drop into a shell, modify variables, re-run failed steps — without pushing and waiting.]]>
            </summary>
            <updated>2026-03-16T07:45:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11888</id>
            <title type="text"><![CDATA[sql-tap]]></title>
            <link rel="alternate" href="https://github.com/mickamy/sql-tap" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11888"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Watch SQL traffic in real-time with a TUI.
Real-time SQL traffic viewer — proxy daemon + TUI / Web client.

sql-tap sits between your application and your database (PostgreSQL, MySQL, or TiDB), capturing every query and displaying it in an interactive terminal UI. Inspect queries, view transactions, and run EXPLAIN — all without changing your application code. 

Related contents:

- [Newsletter du 16 Février 2026 @ Rudeops :fr:](https://www.rudeops.com/newsletter/2026-02-16-rudeops-newsletter/).]]>
            </summary>
            <updated>2026-02-20T13:35:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11863</id>
            <title type="text"><![CDATA[slowmo]]></title>
            <link rel="alternate" href="https://slowmo.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11863"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Slow down, pause, or speed up time of any web content.

Debug animations, study cool demos, and make games easier or harder. 

- [slowmo @ GitHub](https://github.com/seflless/slowmo).]]>
            </summary>
            <updated>2026-02-19T13:07:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11778</id>
            <title type="text"><![CDATA[Refinery]]></title>
            <link rel="alternate" href="https://github.com/honeycombio/refinery" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11778"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[the Honeycomb Sampling Proxy.

Refinery is a trace-aware tail-based sampling proxy. It examines whole traces and intelligently applies sampling decisions (whether to keep or discard) to each trace. 

Refinery is a tail-based sampling proxy and operates at the level of an entire trace. Refinery examines whole traces and intelligently applies sampling decisions to each trace. These decisions determine whether to keep or drop the trace data in the sampled data forwarded to Honeycomb.

A tail-based sampling model allows you to inspect an entire trace at one time and make a decision to sample based on its contents. For example, your data may have a root span that contains the HTTP status code to serve for a request, and another span that contains information on whether the data was served from a cache. Using Refinery, you can choose to keep only traces that had a 500 status code and were also served from a cache.]]>
            </summary>
            <updated>2026-02-11T12:54:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11698</id>
            <title type="text"><![CDATA[Binary Ninja]]></title>
            <link rel="alternate" href="https://binary.ninja/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11698"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Binary Ninja is an interactive decompiler, disassembler, debugger, and binary analysis platform built by reverse engineers, for reverse engineers. Developed with a focus on delivering a high-quality API for automation and a clean and usable GUI, Binary Ninja is in active use by malware analysts, vulnerability researchers, and software developers worldwide. Decompile software built for many common architectures on Windows, macOS, and Linux for a single price, or try out one of our limited (but free!) versions.
 
Related contents:

- [Binary Ninja MCP @ GitHub](https://github.com/fosdickio/binary_ninja_mcp).
- [Resurrecting Crimsonland @ banteg](https://banteg.xyz/posts/crimsonland/).]]>
            </summary>
            <updated>2026-02-05T08:20:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11529</id>
            <title type="text"><![CDATA[memlab]]></title>
            <link rel="alternate" href="https://facebook.github.io/memlab/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11529"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A framework for finding JavaScript memory leaks and analyzing heap snapshots.
Analyzes JavaScript heap and finds memory leaks in browser and node.js.

- [memlab @ GitHub](https://github.com/facebook/memlab).

Related contents:

- [\#126 - 🤖 News Janvier 2026 : Open Code, Qwen Code et un peu de code @ Double Slash :fr:](https://double-slash.dev/podcasts/news-jan26/).]]>
            </summary>
            <updated>2026-02-20T07:19:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11444</id>
            <title type="text"><![CDATA[debugpy]]></title>
            <link rel="alternate" href="https://github.com/microsoft/debugpy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11444"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a debugger for Python.

An implementation of the Debug Adapter Protocol for Python.

Related contents:

- [The coolest feature in Python 3.14 @ Savannah Ostrowski](https://savannah.dev/posts/the-coolest-feature-in-314/).]]>
            </summary>
            <updated>2026-01-12T13:26:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11257</id>
            <title type="text"><![CDATA[Async-profiler]]></title>
            <link rel="alternate" href="https://github.com/async-profiler/async-profiler" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11257"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events.

This project is a low overhead sampling profiler for Java that does not suffer from the Safepoint bias problem. It features HotSpot-specific API to collect stack traces and to track memory allocations. The profiler works with OpenJDK and other Java runtimes based on the HotSpot JVM.

Related contents:

- [How a Kernel Bug Froze My Machine: Debugging an Async-profiler Deadlock @ QuestDB](https://questdb.com/blog/async-profiler-kernel-bug/).]]>
            </summary>
            <updated>2025-12-16T12:54:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11208</id>
            <title type="text"><![CDATA[Wirebrowser]]></title>
            <link rel="alternate" href="https://github.com/fcavallarin/wirebrowser" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11208"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Wirebrowser is a debugging, interception, and memory-inspection toolkit powered by the Chrome DevTools Protocol (CDP). It unifies network manipulation, API testing, automation scripting, and deep JavaScript memory inspection into one interface.
With features like Breakpoint-Driven Heap Search and real-time Live Object Search, Wirebrowser provides researchers and engineers with precise, high-visibility tools for client-side analysis, reverse engineering, and complex application debugging.]]>
            </summary>
            <updated>2025-12-12T07:15:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10952</id>
            <title type="text"><![CDATA[Laravel Debugbar]]></title>
            <link rel="alternate" href="https://laraveldebugbar.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10952"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Debugbar for Laravel.

Laravel Debugbar is a package that integrates PHP Debug Bar with Laravel to debug database queries and profile other information.

- [Laravel Debugbar @ GitHub](https://github.com/barryvdh/laravel-debugbar).

Related contents:

- [SQL performance improvements: finding the right queries to fix (part 1) @ oh dear](https://ohdear.app/news-and-updates/sql-performance-improvements-finding-the-right-queries-to-fix-part-1).]]>
            </summary>
            <updated>2025-11-13T07:05:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10834</id>
            <title type="text"><![CDATA[lurk]]></title>
            <link rel="alternate" href="https://github.com/JakWai01/lurk" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10834"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A pretty (simple) alternative to strace.

lurk is a simple and pretty alternative to strace. It allows the user to trace system calls of a process or of a command. In contrast to strace, lurk focuses on a simple, yet pretty, user experience while implementing the most important use cases of strace.]]>
            </summary>
            <updated>2025-10-31T07:52:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10578</id>
            <title type="text"><![CDATA[Lambda Live Debugger]]></title>
            <link rel="alternate" href="https://www.lldebugger.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10578"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Remote debugging AWS Lambda functions.

Lambda Live Debugger is an indispensable tool for debugging AWS Lambda functions from your computer, even though they are deployed in the cloud. The code runs with the same IAM permissions as in the cloud environment, and there&amp;#039;s no need to redeploy when you make code changes. It supports Lambdas written in JavaScript or TypeScript. It requires almost no configuration. It is free and open source.

- [Lambda Live Debugger @ GitHub](https://github.com/ServerlessLife/lambda-live-debugger).]]>
            </summary>
            <updated>2025-10-08T11:53:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10453</id>
            <title type="text"><![CDATA[Floating Point Math]]></title>
            <link rel="alternate" href="https://0.30000000000000004.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10453"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your language isn’t broken, it’s doing floating point math. Computers can only natively store integers, so they need some way of representing decimal numbers. This representation is not perfectly accurate. This is why, more often than not, 0.1 + 0.2 != 0.3.

Related contents:

- [ 🧪 Pourquoi 0.1 + 0.2 != 0.3 en PHP ? Et pourquoi BCMath mérite notre attention. @ Julien Blairy&amp;#039;s  LinkedIn :fr:](https://www.linkedin.com/posts/jblairy_pourquoi-01-02-03-en-php-et-activity-7364554975995150336-lJVc/).]]>
            </summary>
            <updated>2025-09-29T15:28:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/199</id>
            <title type="text"><![CDATA[TraceRoot.AI]]></title>
            <link rel="alternate" href="https://traceroot.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/199"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[TraceRoot is an open-source debugging platform that helps engineers fix production issues 10x faster by combining structured traces, logs, and source code context with AI-powered analysis.

- [TraceRoot.AI @ GitHub](https://github.com/traceroot-ai/traceroot).]]>
            </summary>
            <updated>2025-11-05T16:29:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/611</id>
            <title type="text"><![CDATA[React Native DevTools]]></title>
            <link rel="alternate" href="https://github.com/LovesWorking/rn-better-dev-tools" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/611"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Enhanced developer tools for React Native applications, supporting React Query DevTools and device storage monitoring with a beautiful native interface.

 Beautiful macOS app for debugging React Query in ANY React-based application (Mobile, Web, TV, VR). Monitor queries across devices in real-time with a gorgeous native interface. Features device management, query visualization, state simulation, and automatic production safety. Works with React Native, React Web, Next.js, Expo, and any platform where.]]>
            </summary>
            <updated>2025-08-28T17:39:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/655</id>
            <title type="text"><![CDATA[FireDBG]]></title>
            <link rel="alternate" href="https://firedbg.sea-ql.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/655"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🔥 Time Travel Visual Debugger for Rust. Visualize and debug Rust programs with a new lens.

- [FireDBG for Rust @ GitHub](https://github.com/SeaQL/FireDBG.for.Rust).]]>
            </summary>
            <updated>2025-08-28T17:47:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/662</id>
            <title type="text"><![CDATA[godump]]></title>
            <link rel="alternate" href="https://github.com/goforj/godump" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/662"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimal, developer-friendly pretty-printer and debug dumper for Go structs, inspired by Laravel’s dump() and Symfony’s VarDumper. 

 godump is a developer-friendly, zero-dependency debug dumper for Go. It provides pretty, colorized terminal output of your structs, slices, maps, and more — complete with cyclic reference detection and control character escaping. Inspired by Symfony&amp;#039;s VarDumper which is used in Laravel&amp;#039;s tools like dump() and dd().]]>
            </summary>
            <updated>2025-08-28T17:48:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/747</id>
            <title type="text"><![CDATA[nnd]]></title>
            <link rel="alternate" href="https://github.com/al13n321/nnd" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/747"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A debugger for Linux. Partially inspired by RemedyBG.

Mom, can we have RAD Debugger on Linux? No, we have debugger at home. Debugger at home]]>
            </summary>
            <updated>2025-08-28T18:02:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/966</id>
            <title type="text"><![CDATA[Trippy]]></title>
            <link rel="alternate" href="https://trippy.rs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/966"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a network diagnostic tool.

 Trippy combines the functionality of traceroute and ping and is designed to assist with the analysis of networking issues. 

- [Trippy @ GitHub](https://github.com/fujiapple852/trippy).]]>
            </summary>
            <updated>2025-08-28T18:38:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/998</id>
            <title type="text"><![CDATA[DNSDiag]]></title>
            <link rel="alternate" href="https://dnsdiag.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/998"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[DNS Measurement, Troubleshooting and Security Auditing Toolset.

Ever been wondering if your ISP is hijacking your DNS traffic? Ever observed any misbehavior with your DNS responses? Ever been redirected to wrong address and suspected something is wrong with your DNS? Here we have a set of tools to perform basic audits on your DNS requests and responses to make sure your DNS is working as you expect.

- [DNSDiag @ GitHub](https://github.com/farrokhi/dnsdiag).

Related contents:

- [Basic Network Troubleshooting @ Signs of Triviality](https://www.netmeister.org/blog/basic-network-troubleshooting.html).]]>
            </summary>
            <updated>2025-08-28T18:43:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1098</id>
            <title type="text"><![CDATA[Sysinternals ADO Tasks @ Visual Studio Marketplace]]></title>
            <link rel="alternate" href="https://marketplace.visualstudio.com/items?itemName=Sysinternals.SysinternalsADOExtension" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1098"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Sysinternals ADO Task extension brings the power of Sysinternals tools directly into your Azure DevOps pipelines, empowering you to troubleshoot complex build and release issues with greater efficiency.

Related contents:

- [Troubleshooting Azure DevOps Pipelines with Sysinternals: Introducing the ProcDump Task @ Mario Hewardt&amp;#039;s Medium](https://medium.com/@marioh_78322/troubleshooting-azure-devops-pipelines-with-sysinternals-introducing-the-procdump-task-1f61a61a1959).]]>
            </summary>
            <updated>2025-08-28T18:59:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1109</id>
            <title type="text"><![CDATA[pwndbg]]></title>
            <link rel="alternate" href="https://pwndbg.re/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1109"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Exploit Development and Reverse Engineering with GDB &amp;amp; LLDB Made Easy.

pwndbg (/paʊnˈdiˌbʌɡ/) is a GDB and LLDB plug-in that makes debugging suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers.

- [pwndbg @ GitHub](https://github.com/pwndbg/pwndbg).

Related contents:

- [🛠️ Make Debugging Great Again! 🛠️ @ Laurent Biagiotti&amp;#039;s LinkedIn :fr:](https://www.linkedin.com/posts/laurent-biagiotti-19779284_make-debugging-great-again-activity-7312010477159469056-UP9S/).
- [Pwndbg - Le débogueur qui a décidé que GDB c&amp;#039;était trop nul @ Korben :fr:](https://korben.info/pwndbg-debogueur-tui-gdb-lldb.html).]]>
            </summary>
            <updated>2025-09-08T10:31:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1301</id>
            <title type="text"><![CDATA[mendhak/docker-http-https-echo]]></title>
            <link rel="alternate" href="https://github.com/mendhak/docker-http-https-echo" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1301"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Docker image that echoes request data as JSON; listens on HTTP/S, useful for debugging. 

- [An https echo Docker container for web debugging @ Mendhak / Code](https://code.mendhak.com/docker-http-https-echo/).
- [Débugger vos requêtes HTTP en une ligne plutôt que mille @ Bearstech :fr:](https://bearstech.com/societe/blog/debugger-vos-requetes-http-en-une-ligne-plutot-que-mille).]]>
            </summary>
            <updated>2025-08-28T19:33:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1333</id>
            <title type="text"><![CDATA[CodeTracer]]></title>
            <link rel="alternate" href="https://github.com/metacraft-labs/codetracer" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1333"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CodeTracer is a user-friendly time-traveling debugger designed to support a wide range of programming languages. 

It records the execution of a program into a sharable self-contained trace file. You can load the produced trace files in a GUI environment that allows you to move forward and backward through the execution and to examine the history of all memory locations.]]>
            </summary>
            <updated>2025-08-28T19:39:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1418</id>
            <title type="text"><![CDATA[🦉RustOwl]]></title>
            <link rel="alternate" href="https://github.com/cordx56/rustowl" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1418"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Visualize ownership and lifetimes in Rust for debugging and optimization.

RustOwl visualizes ownership movement and lifetimes of variables. When you save Rust source code, it is analyzed, and the ownership and lifetimes of variables are visualized when you hover over a variable or function call.]]>
            </summary>
            <updated>2025-08-28T19:52:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1502</id>
            <title type="text"><![CDATA[JDBG]]></title>
            <link rel="alternate" href="https://github.com/roger1337/JDBG" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1502"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Java Dynamic Reverse Engineering and Debugging Tool.

JDBG is a powerful Java debugger and reverse engineering tool that operates at runtime. It is attachable and is not limited by agent restrictions.
JDBG leverages an injected DLL along with JNI and JVMTI to provide deep insight into Java applications.]]>
            </summary>
            <updated>2025-08-28T20:07:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1547</id>
            <title type="text"><![CDATA[Buggregator]]></title>
            <link rel="alternate" href="https://buggregator.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1547"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Ultimate Debugging Server.
 Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications. 

It works seamlessly with the libraries you already use, like Ray, Symfony/VarDumper, Monolog, Sentry, etc. The goal was to simplify the integration process and provide a centralized server to manage and display all the data from your project. 

- [Buggregator @ GitHub](https://github.com/buggregator/server).]]>
            </summary>
            <updated>2025-08-28T20:15:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1560</id>
            <title type="text"><![CDATA[Bugsink]]></title>
            <link rel="alternate" href="https://www.bugsink.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1560"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Self-hosted Error Tracking.

Bugsink offers real-time error tracking for your applications with full control through self-hosting.

- [Bugsink @ GitHub](https://github.com/bugsink/bugsink/).]]>
            </summary>
            <updated>2025-08-28T20:16:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1614</id>
            <title type="text"><![CDATA[WAT]]></title>
            <link rel="alternate" href="https://igrek51.github.io/wat/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1614"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Deep inspection of Python objects.

WAT is a powerful inspection tool designed to help you explore unknown objects and examine them at runtime.

- [WAT @ GitHub](https://github.com/igrek51/wat).]]>
            </summary>
            <updated>2025-08-28T20:25:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1688</id>
            <title type="text"><![CDATA[httptap]]></title>
            <link rel="alternate" href="https://github.com/monasticacademy/httptap" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1688"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[View the HTTP and HTTPS requests made by any linux program by running `httptap -- &amp;lt;command&amp;gt;`.]]>
            </summary>
            <updated>2025-08-28T20:37:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1753</id>
            <title type="text"><![CDATA[why-did-you-render]]></title>
            <link rel="alternate" href="https://github.com/welldone-software/why-did-you-render" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1753"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[why-did-you-render monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)]]>
            </summary>
            <updated>2025-08-28T20:48:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1773</id>
            <title type="text"><![CDATA[Stratoshark]]></title>
            <link rel="alternate" href="https://stratoshark.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1773"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Stratoshark lets you explore and analyze applications at the system call level using a mature, proven interface based on Wireshark.

Related contents:

- [ 💡Stratoshark – Wireshark a trouvé un ami pour le cloud💡 @ Almamy Diakho&amp;#039;s Linked :fr:](https://www.linkedin.com/posts/almamy-diakho-63397b146_stratoshark-wireshark-cybersaezcuritaez-activity-7289927034015764480-Lo9D/).
-  [How Falco and Stratoshark close the gap between open source runtime detection and deep forensic analysis @ sysdig](https://www.sysdig.com/blog/how-falco-and-stratoshark-close-the-gap-between-open-source-runtime-detection-and-deep-forensic-analysis).]]>
            </summary>
            <updated>2025-11-21T12:56:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2027</id>
            <title type="text"><![CDATA[Rubber Duck Debugging]]></title>
            <link rel="alternate" href="https://rubberduckdebugging.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2027"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Debugging software with a rubber ducky.]]>
            </summary>
            <updated>2025-08-28T21:34:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2137</id>
            <title type="text"><![CDATA[bippy]]></title>
            <link rel="alternate" href="https://www.bippy.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2137"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[bippy is a toolkit to hack into react internals

by default, you cannot access react internals. bippy bypasses this by &amp;quot;pretending&amp;quot; to be react devtools, giving you access to the fiber tree and other internals.

- [bippy @ GitHub](https://github.com/aidenybai/bippy).]]>
            </summary>
            <updated>2025-08-28T21:52:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2199</id>
            <title type="text"><![CDATA[API Parrot]]></title>
            <link rel="alternate" href="https://apiparrot.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2199"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[API Parrot is the tool specifically designed to reverse engineer the HTTP APIs of any website. Making life easier for developers looking to automate, integrate or scrape websites without public APIs.]]>
            </summary>
            <updated>2025-08-28T22:02:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2314</id>
            <title type="text"><![CDATA[myexplainer]]></title>
            <link rel="alternate" href="https://github.com/mmartinjoo/myexplainer" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2314"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[✨A CLI tool for analyzing queries and DB tables for MySQL.]]>
            </summary>
            <updated>2025-08-28T22:21:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2471</id>
            <title type="text"><![CDATA[Idle]]></title>
            <link rel="alternate" href="https://github.com/spurin/idle" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2471"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Idle: The Chillest Container You&amp;#039;ll Ever Run 💤.

 📦 Idle is a minimalist container designed to do nothing but idle indefinitely.

Idle is written in minimalist C. It includes graceful handling of SIGINT/SIGTERM signals for a clean shutdown, ensuring it&amp;#039;s a well-behaved citizen in your Kubernetes cluster.]]>
            </summary>
            <updated>2025-08-28T22:48:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2588</id>
            <title type="text"><![CDATA[Composer dependency analyser]]></title>
            <link rel="alternate" href="https://github.com/shipmonk-rnd/composer-dependency-analyser" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2588"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🚀 Fast detection of composer dependency issues (unused dependencies, shadow dependencies, misplaced dependencies)]]>
            </summary>
            <updated>2025-08-28T23:09:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2590</id>
            <title type="text"><![CDATA[IceCream]]></title>
            <link rel="alternate" href="https://github.com/gruns/icecream" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2590"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🍦 Never use print() to debug again.

Do you ever use print() or log() to debug your code? Of course you do. IceCream, or ic for short, makes print debugging a little sweeter.]]>
            </summary>
            <updated>2025-08-28T23:09:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3182</id>
            <title type="text"><![CDATA[WireSpy]]></title>
            <link rel="alternate" href="https://github.com/wire-elements/wire-spy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3182"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a sleek new debug bar for Livewire.

Take your Livewire development to the next level with WireSpy. Instantly debug and interact with your components—inspect their state, modify it on the fly, and even time-travel through state changes to pinpoint issues. Stay on top of every event with a dedicated events page that displays dispatched events, the originating component, and the exact data payload. Plus, with the hot reload feature, any changes to your component files automatically refresh, keeping your workflow fast and efficient. WireSpy provides the power and precision you need to build and debug your Livewire apps.]]>
            </summary>
            <updated>2025-08-29T00:46:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3225</id>
            <title type="text"><![CDATA[Tinkerwell]]></title>
            <link rel="alternate" href="https://tinkerwell.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3225"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The code runner for PHP 💫. The PHP Scratchpad

Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It&amp;#039;s like a shell for your application – but with multi-line editing, code completion, and more.

- [Tinkerwell Workbench @ GitHub](https://github.com/beyondcode/tinkerwell).
- [097 - Nos meilleurs apps pour le développement @ Double Slash :fr:](https://double-slash.dev/podcasts/tools-24/).]]>
            </summary>
            <updated>2025-08-29T00:53:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3406</id>
            <title type="text"><![CDATA[pSym]]></title>
            <link rel="alternate" href="https://github.com/tareqas/psym" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3406"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A REPL for Symfony and PHP.

pSym works both inside and outside Symfony project. When used within a Symfony project, it provides additional features such as access to variables like $kernel, $container, $doctrine, and $em. Additionally, all registered project commands become accessible as well.

- [Veille de la semaine du 23 septembre 2024 @ Veille de la semaine&amp;#039;s Substack :fr:](https://guikingone.substack.com/p/veille-de-la-semaine-du-23-septembre).]]>
            </summary>
            <updated>2025-08-29T01:25:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3614</id>
            <title type="text"><![CDATA[BugStalker]]></title>
            <link rel="alternate" href="https://github.com/godzie44/BugStalker" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3614"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Modern debugger for Linux x86-64. Written in Rust for Rust programs.

- [BugStalker – Le debugger Rust puissant et convivial @ Korben :fr:](https://korben.info/bugstalker-debugger-rust-puissant-convivial.html).]]>
            </summary>
            <updated>2025-08-29T01:59:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3665</id>
            <title type="text"><![CDATA[GlitchTip]]></title>
            <link rel="alternate" href="https://glitchtip.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3665"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple, open source error tracking. Open source error, performance, and uptime monitoring.

Collect every error from your project in real time, organize them to make them useful, and receive alerts when and where you want...without breaking the budget.

- [GlitchTip @ GitLab](https://gitlab.com/glitchtip).

Related contents:

- [GlitchTip 5.1 Released @ GlichTip](https://glitchtip.com/blog/2025-08-05-glitchtip-5-1-released).]]>
            </summary>
            <updated>2025-09-08T08:14:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4060</id>
            <title type="text"><![CDATA[Phost]]></title>
            <link rel="alternate" href="https://github.com/gwleuverink/phost" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4060"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Local email debugging made easy.

Phost is an email debugging tool and local SMTP server, developed primarily in PHP. It leverages a powerful stack of modern technologies:]]>
            </summary>
            <updated>2025-08-29T03:14:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4269</id>
            <title type="text"><![CDATA[HTTP Toolkit]]></title>
            <link rel="alternate" href="https://httptoolkit.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4269"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Intercept &amp;amp; view all your HTTP(S). Mock endpoints or entire servers. Rewrite, redirect, or inject errors.

 HTTP Toolkit is a beautiful &amp;amp; open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux &amp;amp; Mac. 

- [HTTP Toolkit @ GitHub](https://github.com/httptoolkit/httptoolkit).
- [HTTP Toolkit – Un super outil pour simuler et debugger des requêtes HTTP(S) @ Korben :fr:](https://korben.info/decouvrez-http-toolkit-outil-parfait-deboguer-applications-web-mobiles.html).]]>
            </summary>
            <updated>2025-08-29T03:48:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4501</id>
            <title type="text"><![CDATA[Mailpit]]></title>
            <link rel="alternate" href="https://mailpit.axllent.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4501"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[email &amp;amp; SMTP testing tool with API for developers.

Mailpit is a small, fast, low memory, zero-dependency, multi-platform email testing tool &amp;amp; API for developers. It acts as an SMTP server, provides a modern web interface to view &amp;amp; test captured emails, and contains an API for automated integration testing.

- [Mailpit @ GitHub](https://github.com/axllent/mailpit).]]>
            </summary>
            <updated>2025-08-29T04:26:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4582</id>
            <title type="text"><![CDATA[Ray]]></title>
            <link rel="alternate" href="https://myray.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4582"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Understand and fix bugs faster

Ray is a desktop application that serves as the dedicated home for debugging output. Send, format and filter debug information from both local projects and remote servers.

- [Ray @ GitHub](https://github.com/spatie/ray/).]]>
            </summary>
            <updated>2025-08-29T04:40:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4588</id>
            <title type="text"><![CDATA[K8s-Sherlock 🕵️‍♂️]]></title>
            <link rel="alternate" href="https://github.com/VivSoftOrg/k8s-sherlock" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4588"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[K8s-Sherlock is your open-source investigative tool for diving deep into Kubernetes cluster mysteries. Designed to simplify and expedite debugging processes, it&amp;#039;s the essential utility for demystifying complex container orchestration issues.

K8s-Sherlock is an open-source Kubernetes pod designed for debugging and diagnostics. As a swiss-army knife for your Kubernetes cluster, it comes pre-loaded with a host of tools to help you diagnose issues with network, containers, and more. Developed to expedite the troubleshooting process, K8s-Sherlock is your go-to pod for resolving complex orchestration issues.]]>
            </summary>
            <updated>2025-08-29T04:42:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5334</id>
            <title type="text"><![CDATA[php-dev-docker]]></title>
            <link rel="alternate" href="https://github.com/dunglas/php-dev-docker" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5334"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Docker image to hack the PHP interpreter.

A convenient Docker image to track PHP bugs (segmentation faults), to develop extensions or the PHP interpreter itself.]]>
            </summary>
            <updated>2025-08-29T06:45:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5404</id>
            <title type="text"><![CDATA[Capture]]></title>
            <link rel="alternate" href="https://gitnet.fr/deblan/capture" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5404"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Capture is a reverse proxy that takes an incoming HTTP request and sends it to another server, proxying the response back to the client, while showing them in a dashboard.]]>
            </summary>
            <updated>2025-08-29T06:57:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6443</id>
            <title type="text"><![CDATA[Cutter]]></title>
            <link rel="alternate" href="https://cutter.re/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6443"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Free and Open Source RE Platform powered by Rizin.
Cutter&amp;#039;s goal is to be an advanced FREE and open-source reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.

- [Cutter @ GitHub](https://github.com/rizinorg/cutter).]]>
            </summary>
            <updated>2025-08-29T09:51:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6731</id>
            <title type="text"><![CDATA[PsySH]]></title>
            <link rel="alternate" href="https://psysh.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6731"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A runtime developer console, interactive debugger and REPL for PHP.

- [PsySH @ GitHub](https://github.com/bobthecow/psysh).]]>
            </summary>
            <updated>2025-08-29T10:38:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7055</id>
            <title type="text"><![CDATA[Dive]]></title>
            <link rel="alternate" href="https://github.com/wagoodman/dive" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7055"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A tool for exploring each layer in a docker image.
A tool for exploring a docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image.]]>
            </summary>
            <updated>2025-08-29T11:34:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7194</id>
            <title type="text"><![CDATA[Checkov]]></title>
            <link rel="alternate" href="https://www.checkov.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7194"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Checkov scans cloud infrastructure configurations to find misconfigurations before they&amp;#039;re deployed.

Checkov uses a common command line interface to manage and analyze infrastructure as code (IaC) scan results across platforms such as Terraform, CloudFormation, Kubernetes, Helm, ARM Templates and Serverless framework.

- [Checkov @ GitHub](https://github.com/bridgecrewio/checkov).

Related contents:

- [Checkov vérifie votre code d&amp;#039;infrastructure @ Culture et Outils DevSecOps :fr:](https://blog.stephane-robert.info/docs/securiser/outils/checkov/).
- [Getting Started with Terraform Vulnerability Scanning @ scalr](https://scalr-cdn.com/getting-started-with-terraform-vulnerability-scanning/).]]>
            </summary>
            <updated>2025-11-17T06:06:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7429</id>
            <title type="text"><![CDATA[mitmproxy]]></title>
            <link rel="alternate" href="https://www.mitmproxy.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7429"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An interactive console program that allows traffic flows to be intercepted, inspected, modified and replayed.  An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. 

- [mitmproxy @ GitHub](https://github.com/mitmproxy/mitmproxy).

Related contents:

- [Using Proxies to Hide Secrets from Claude Code @ Formal](https://www.joinformal.com/blog/using-proxies-to-hide-secrets-from-claude-code/).]]>
            </summary>
            <updated>2026-01-15T06:56:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7487</id>
            <title type="text"><![CDATA[restc]]></title>
            <link rel="alternate" href="https://elemefe.github.io/restc/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7487"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[restc is an HTTP server middleware, aiming to enhance debugging experience on RESTful APIs.

- [restc @ GitHub](https://github.com/ElemeFE/restc).]]>
            </summary>
            <updated>2025-08-29T12:44:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7556</id>
            <title type="text"><![CDATA[memleax]]></title>
            <link rel="alternate" href="https://github.com/WuBingzheng/memleax" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7556"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[debugs memory leak of running process, without recompiling or restarting, on GNU/Linux and FreeBSD.

Not maintained anymore, try `libleak` please.]]>
            </summary>
            <updated>2025-08-29T12:57:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7831</id>
            <title type="text"><![CDATA[Betwixt]]></title>
            <link rel="alternate" href="https://github.com/kdzwinel/betwixt" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7831"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Web Debugging Proxy based on Chrome DevTools Network panel.]]>
            </summary>
            <updated>2025-08-29T13:43:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8193</id>
            <title type="text"><![CDATA[MailCatcher]]></title>
            <link rel="alternate" href="http://mailcatcher.me/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8193"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that&amp;#039;s arrived so far.

- [MailCatcher @ GitHub](https://github.com/sj26/mailcatcher).]]>
            </summary>
            <updated>2025-08-29T14:44:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8403</id>
            <title type="text"><![CDATA[jQuery-inlog]]></title>
            <link rel="alternate" href="http://prinzhorn.github.io/jquery-inlog" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8403"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[jQuery-inlog allows you to easily debug your jQuery code. See exactly what you pass to functions, what they return and in which context (this-value) they were executed.

jQuery-inlog is a passive plugin, which injects (js ftw!) console.log calls inside your jQuery core. It makes debugging of selectors and chains a breeze. No more alert($obj.length) and stuff...

- [jQuery-inlog @ GitHub](https://github.com/Prinzhorn/jquery-inlog).]]>
            </summary>
            <updated>2025-08-29T15:18:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8422</id>
            <title type="text"><![CDATA[Visual Event]]></title>
            <link rel="alternate" href="https://github.com/DataTables/VisualEvent" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8422"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Visual Event is a Javascript bookmarklet which provides debugging information about events that have been attached to DOM elements. Visual Event shows:

    Which elements have events attached to them
    The type of events attached to an element
    The code that will be run with the event is triggered
    The source file and line number for where the attached function was defined (Webkit browsers and Opera only)

In addition to being useful for debugging your own code, Visual Event can be used as an educational tool, showing how many web-sites have been authored.]]>
            </summary>
            <updated>2025-08-29T15:21:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8606</id>
            <title type="text"><![CDATA[PHP Debug Bar]]></title>
            <link rel="alternate" href="http://phpdebugbar.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8606"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Debug Bar integrates easily in any projects and can display profiling data from any part of your application. It comes built-in with data collectors for standard PHP features and popular projects.

- [PHP Debug Bar @ GitHub](https://github.com/php-debugbar/php-debugbar).]]>
            </summary>
            <updated>2025-08-29T15:52:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8728</id>
            <title type="text"><![CDATA[Helium]]></title>
            <link rel="alternate" href="https://github.com/geuis/helium-css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8728"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Helium is a tool for discovering unused CSS across many pages on a web site. The tool is javascript-based and runs from the browser.]]>
            </summary>
            <updated>2025-08-29T16:12:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8737</id>
            <title type="text"><![CDATA[whoops]]></title>
            <link rel="alternate" href="http://filp.github.io/whoops" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8737"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[php errors for cool kids.

whoops is an error handler framework for PHP. Out-of-the-box, it provides a pretty error interface that helps you debug your web projects, but at heart it&amp;#039;s a simple yet powerful stacked error handling system.

- [whoops @ GitHub](https://github.com/filp/whoops).]]>
            </summary>
            <updated>2025-08-29T16:13:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8959</id>
            <title type="text"><![CDATA[redroot/holmes]]></title>
            <link rel="alternate" href="https://github.com/redroot/holmes" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8959"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Holmes is stand-alone diagnostic CSS stylesheet that can highlight potentially invalid or erroneous HTML(5) markup by adding one class.]]>
            </summary>
            <updated>2025-08-29T16:51:15+00:00</updated>
        </entry>
    </feed>
