Index: trunk/kernel/include/debugger.php =================================================================== diff -u -r1314 -r1317 --- trunk/kernel/include/debugger.php (.../debugger.php) (revision 1314) +++ trunk/kernel/include/debugger.php (.../debugger.php) (revision 1317) @@ -258,7 +258,9 @@ { if( dbg_ConstOn('DBG_USE_HIGHLIGHT') ) { + $string = str_replace('\\','_no_match_string_',$string); $string = highlight_string('', true); + $string = str_replace('_no_match_string_','\\',$string); return preg_replace('/<\?(.*)php (.*)\?>/s','$2',$string); } else