Debugging

Z

Zeba

Hi guys!

I need some help with debugging my website. I ran the debugger as
usual (F5). I believe the aspx page is supposed to display before the
control goes to the code-behind ( where I have put break points),
rite ?? The page does not load. Firefox just shows a "Waiting for
localhost" status all the time - and the control stops at my first
break point. How can I make the page to display while debugging?

Thanks !
 
M

Mark Rae

I need some help with debugging my website. I ran the debugger as
usual (F5). I believe the aspx page is supposed to display before the
control goes to the code-behind ( where I have put break points),
rite ?? The page does not load. Firefox just shows a "Waiting for
localhost" status all the time - and the control stops at my first
break point. How can I make the page to display while debugging?

Where have you put your breakpoint...?

If you've put it e.g. in Page_Init or Page_Load, chances are none of the
HTML wiill have been rendered yet, so there will obviously be nothing for
your browser to display...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top