Can't seem to get debugger to work

T

tfs

I am trying to debug my ASP.Net page and can't seem to get the
breakpoints to set.

I am running dbgclr.exe from my Visual Studio install. I have started
my Page in IE. I have opened my page in dbgclr and attached to
aspnet_wp.exe. I have Kcomplation debug="true' /> in my
web.config file.

When I try to set any breakpoint I get a black circle with a question
mark and a message stating "no symbols have been loaded".

What am I missing?

Thanks,

Tom.
 
K

Ken Cox [Microsoft MVP]

Are you sure you are launching the app in Debug mode? Do you have <%@ Page
Debug="true" %> ?

Here's an article that might get you going:

HOW TO: Debug an ASP.NET Application with the Microsoft CLR Debugger

http://support.microsoft.com/default.aspx?scid=kb;en-us;301058

tfs said:
I am trying to debug my ASP.Net page and can't seem to get the
breakpoints to set.

I am running dbgclr.exe from my Visual Studio install. I have started
my Page in IE. I have opened my page in dbgclr and attached to
aspnet_wp.exe. I have Kcomplation debug="true' /> in my
web.config file.

When I try to set any breakpoint I get a black circle with a question
mark and a message stating "no symbols have been loaded".

What am I missing?

Thanks,

Tom.
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top