タグ

Debugとlibraryに関するagxのブックマーク (4)

  • JavaScriptでリアルタイム値チェックを簡単に行える「LiveValidation」:phpspot開発日誌

    LiveValidation - Validation as you type Lets face it, forms are boring, validation is a pain. It’s time to inject some life into them, make them fun again... JavaScriptでリアルタイム値チェックを簡単に行える「LiveValidation」。 このライブラリを使ってできることは、examples にまとまっています。 数字、長さ、メールかどうかなど、値チェックに必要なものは殆どそろっているので簡単に実装できます。 コードは次のようにオブジェクト指向で非常にシンプル。 var sayHello = new LiveValidation( "sayHello", { validMessage: "Hey there!" } );

  • Jockey execution record/replay library

    Jockey is a user-space library for recording and replaying an execution of generic GNU/Linux programs. It is a debugging tool especially for long-running networked servers that suffer from bugs that are difficult to reproduce. Source and RPM download. The latest version is 0.8.1 Changes from 0.8 to 0.8.1: Ubuntu Hoary support. Changes from 0.7 to 0.8: Made the system-call interception mechanism i

    agx
    agx 2007/01/15
    システムコールをトラップするライブラリ
  • #feature

    Log4js ist eine sehr kleine, aber nützliche JavaScript-Bibliothek, um Ereignisse in Ihren Skripten zu protokollieren. Oft ist es nicht sinnvoll, alert(‚debug message‘) zu verwenden; verteilt über Ihren Code. Andererseits kann Ihnen ein Debugger wie venkman auch nur helfen, wenn Sie auf Ihrem eigenen Computer debuggen und wenn Sie FireFox als Browser verwenden können. Aber die meisten Probleme tret

    agx
    agx 2006/12/11
    JavaScriptログ出力ライブラリ.ログの出力レベルを設定でき、デバッグ用のログを出力するコードがあったとしても、出力レベルを高くすると、そのコードがスキップされる
  • Failmalloc

    Welcome to failmalloc. This software generates a shared library which can be loaded by LD_PRELOAD or linked at compilation time. The idea behind failmalloc is to demonstrate what really happens if memory allocation fails. Unfortunately, most programs in this world are not robust, mostly because programmers are careless, but sometimes because programmers are too brave. Regardless of whatever reason

    agx
    agx 2006/07/15
    mallocをわざと失敗させられるライブラリ。デバッグ時などに
  • 1