debugging problem

J

Jeff

hi

asp.net 2.0
vista business 32bit

I have placed a break point with the Page_Load event of a UserControl.
The break point wasn't triggered.. I have also put
Debug.WriteLine("Page_Load"); in it. But nothing is printed to the Output
window...

the code in the Page_Load is very simple:
int r;
r = 9;
(The code doesn't do anything, I just created some very simple code which I
could put the break point on...)

in web.config I've <compiliation debug=true>

any suggestions?
 
J

Juan T. Llibre

Besides posting here, where you may or may not get the answer you need,
I suggest that you post your debugging questions to the VS debugging newsgroup
on this same server : microsoft.public.vsnet.debugging.
 

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

Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,123
Latest member
Layne6498
Top