W
wbsurfver
I had found some debug examples here: http://www.aspemporium.com/codelib.aspx?pid=115&cid=16
but I am mainly interested in a trace so I could see what functions
are on the stack as well as the source file and line number they where
called from. You can do this in PHP by some such debug_print_trace()
call
but I am mainly interested in a trace so I could see what functions
are on the stack as well as the source file and line number they where
called from. You can do this in PHP by some such debug_print_trace()
call