Changeset 26187 for lang/javascript/debug
- Timestamp:
- 12/09/08 15:28:16 (4 years ago)
- Location:
- lang/javascript/debug
- Files:
-
- 2 modified
-
debug.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/debug/debug.js
r26186 r26187 62 62 * デバッグ情報をデバッグウィンドウに出力する 63 63 */ 64 this.flush = Function() {64 this.flush = function() { 65 65 if (false == this.bDebug) return; 66 66 if (null == this.hWin || this.hWin.closed) { -
lang/javascript/debug/readme.txt
r26186 r26187 6 6 この辺を参考に自分なりに修正してみた。 7 7 8 * 出力の色を行ごとに変えるようにした。8 * 行ごとに出力の色を変えるようにした。 9 9 * 出力でHTMLの特殊文字(「<」, 「>」, 「&」, 「"」)を変換するようにした。 10 10 … … 23 23 var str = "任意の文字列"; 24 24 var int = 0; 25 var function = function() {};25 var function = function() {}; 26 26 var object = new Object(); 27 27 debug.p(str);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)