Strange Error While Debugging

J

John Kraft

I put a break point in the Page_Load function but when I tell it to run
till breakpoint, a little question mark appears inside the breakpoint
stop sign and the popup says that the breakpoint will not be hit because
there are currently no symbols loaded for this document.

What does that mean? Why isn't it hitting a line of code inside the
Page_Load function?

John
 
N

Natty Gur

hi,

1) check Project properties -> Configuration properties -> Debugging ->
enable asp.net debugging is set to on.

2) check if Buid-> configuration manager -> active configuration set to
Debug.

3) sometimes error in the code can prevent from the debugger to reach
it. remark functions to check it out.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 

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