Topic
Tagged “debug”
7 pieces
All topics
- ResourceUtilityRegex101Regex tester with named flavors, capture group inspector, and explanation pane. More patient than the JS-only tester on this site when the regex turns hairy.
- ResourceUtilityJSON CrackVisual JSON graph viewer with search, format, and image export. Seeing a deep API response as a node graph is faster than reading nested braces.
- ResourceToolUnix Timestamp ConverterTwo-way Unix ↔ ISO converter with UTC, local, milliseconds, and relative time. Live 'now' badge. Reading logs and debugging cron windows without doing math in your head.
- ResourceToolBox Model VisualizerType margin, border, padding, and content values; see the live box-model render and the computed CSS. Teaching tool plus a fast sanity-check when a layout looks 2px off in the wrong direction.
- ResourceToolCron ExplainerParse a 5-field cron expression and read it back in English. Supports *, ranges, lists, and steps. I shouldn't have to mentally parse `*/15 9-17 * * 1-5` to confirm a schedule.
- ResourceToolHTTP Status LookupSearchable list of HTTP status codes with class colors, plain-English meanings, and common causes. Quicker than skimming MDN when you just need to remember what 422 actually signals.
- ResourceToolRegex TesterLive pattern + flags against a sample buffer. Highlighted matches, capture groups inspector, error messages. The fastest way to know whether your regex actually matches what you think it does.