Hey,

I just forgot how to enable the debug comments /##/ (if it was even possible to begin with).
I don't want to clutter the mod with if( debug ) printf();

I have tested it with /developer 1 and /developer 2 and this short function, however I never saw the COMMENT print:

PHP Code:
test()
{
/
# printf( "COMMENT\n" ); #/
printf"TEST\n" );