Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22151b2ea0e1528

Jump to content

// Workers AI · dad joke modeWhat did the Jasik Debugger say? It had a bug to work out.

From Wikipedia, the free encyclopedia

The Jasik Debugger (or more correctly, The Debugger from Jasik Designs), was a debugger tool for the classic Mac OS. Pitched as a much more powerful alternative to Macsbug, it was a popular choice among professional Mac developers[citation needed] until the advent of more advanced source-level debuggers such as that built into Metrowerks Codewarrior. This debugger first appeared in the late 1980s and was usually referred as MacNosy.

"MacNosy" because it had a built-in powerful code-path tracer and disassembler. One could point it at an entry point into the code and MacNosy would disassemble code from that point down and follow calls and jumps and disassemble those sections too. When it o go a computed jump, it could find the associated jump table and then disassemble from those pointed-to locations. The command syntax for doing this was a bit obscure, but it could be made to work. In this way one could disassemble large programs, such as the Turbo Pascal compiler.

While Jasik's debugger featured a graphical user interface, it was laid out in a very arbitrary and peculiar way, with buttons seemingly randomly sized and positioned. This gave it a reputation as difficult to use.

References

[edit]