Hey,
Yes, you can debug, if debugging is set to true in the web.config or in the page. Are you sure that it's calling that function? An error may be being thrown before getting to that function call, and a catch statement is hiding the error in a try..catch block. Could that be the issue?
Brian
|