Tag : debug

Title User Language Tags Description Date
Debug Offline Application Cache zfisic JavaScript

Logs offline application cache states. Swaps cache if updated version is available.

November 30
Var Debug or Dump Library philsown PHP

A little pile of functions I use for implementing a nice var dump alternative.

November 13
Javascript - Debugging Javascript as PHP / Function var_dump satie83 JavaScript

In javascript there is no function for printing variables like you have PHP, I use printr and vardump a lot in PHP for dumping variables so I wanted to create a simular function in javascript.

July 9
Codeigniter - Debug Last query squiter PHP Debug Last query

Show a position absolute div with last query made by codeigniter.

March 1, 2012
Know what’s going on with debug() function florent PHP October 21, 2011
Dump function for when there's no xDebug present. philsown PHP

For when xDebug is not enabled and you want to echo/dump a variable.

Shorter than var_dump($something); exit; - if you use the $exit argument.

Shorter than echo '

'; var_dump($something); echo '
'; exit; too.
July 15, 2011
Disable cache in Ez Publish bar10der eZ Publish

This is a good way to start with every project of yours: (site.ini.append.php)

February 4, 2011
Trace decorator for debugging Kevin L. Sitze python

This package provides a decorator for tracing function and method calls in your applications. The tracing capabilities are managed through the logging package, and several mechanisms are provided for controlling the destination of the trace output.

It also provides functionality for adding decorators to existing classes or modules.

January 24, 2011
Pretty print_r() kendsnyder PHP January 18, 2011
Formatted print_r fadehelix PHP December 31, 2010
Simple Regular Expression Tester Sunjay Varma python

Is it possible to create a simple command line program that I can use to quickly test my regular expressions?

Yes it is. This simple regular expression tester uses Python's re module as well as others to quickly allow you to test your regular expression in one go.

TODO:

  • Add Support For Multiple Regular Expression Input

Recent Changes:

  • Made the output prettier with a little more whitespace. More bytes, but at least it's easier to read!
December 24, 2010
Debug EasterEgg Tool Thomas Jenkins JavaScript I use this to show a button (div) called debugdiv that displays when the sequence of characters are hit. November 19, 2010
output debug string well soon C++ output debug string November 11, 2010
Tiny trace/debug-logging tool with smart event filtering Jan Kaliszewski python
  • Just import, call and log your selected call/return/exception/etc. events.

  • You can use a standard Python logger from the logging module.

  • Quite flexible tool and about 50 efective SLOC only (excluding the example script).

  • For debugging rather than production environments (programs noticeably slow down).

October 18, 2010
debugging (Debugmessage) iusik PHP October 8, 2010