Post tagged “debugging”

  1. Use openssl to Issue Raw HTTP Requests

    telnet is a handy tool for examining a raw HTTP connection, but it fails hard on HTTP over SSL. Turns out openssl can step in.

  2. Google Chrome 13 "Pretty Print" Scripts

    Screenshots of Google Chrome 13's "pretty print" feature for scripts.

  3. prettyPrint for JavaScript

    I'm not a ColdFusion programmer, but I am a long-time fan of dBug for PHP. I just stumbled across James Padolsey's prettyPrint, which adds the same debugging feature to JavaScript.