debugging

18 tools tagged "debugging".

ASCII Debugger

Break strict-ASCII input down character by character into decimal, hex, octal, and binary.

Open tool

JSON Diff Checker

Compare two JSON documents and see exactly what changed.

Open tool

JSONPath Tester

Query JSON data with JSONPath and see matches live.

Open tool

JSON Validator

Check whether your JSON is syntactically valid.

Open tool

XML Validator

Check whether XML is well-formed and see its element, attribute, and depth stats.

Open tool

YAML Comment Extractor

Pull out every # comment in a YAML document, one per line.

Open tool

YAML Diff Checker

Compare two YAML documents and see exactly which keys were added, removed, or changed.

Open tool

YAML Error Injector

Deliberately corrupt valid YAML with reproducible syntax errors, for testing parsers and linters.

Open tool

YAML Key Extractor

List the full dot-path of every mapping key in a YAML document.

Open tool

YAML Number Extractor

List every number-typed leaf value in a YAML document, one per line.

Open tool

YAML Statistics

Get key counts, nesting depth, size, and a leaf-type breakdown for any YAML document.

Open tool

YAML String Extractor

List every string-typed leaf value in a YAML document, one per line.

Open tool

YAML Structure Visualizer

See a YAML document's nesting as a live, color-coded tree as you type.

Open tool

YAML Truncator

Cap a YAML document's nesting depth, array length, and string length while keeping it valid.

Open tool

YAML Validator

Check whether YAML is syntactically valid and inspect its structure.

Open tool

YAML Value Extractor

List every leaf scalar value in a YAML document, one per line.

Open tool

YAML Key Finder

Search a YAML document for mapping keys whose name matches a query.

Open tool

YAML Value Finder

Search a YAML document's leaf values for ones matching a query, labeled by path.

Open tool