Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging source code
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00842629
Message ID:
00842653
Views:
25
>I am having a problem stepping through the MM.NET source code. After I load the symbols for the .dlls and try to step through , I get the following message:
>
>These is no source code available for the current location.
>
>I am not sure if I need to recompile the source code with a debugging information included or if I have missed a step.

Now, I'm not familiar w/ the MM Framework, but that is a common message when you are debugging an Event and you haven't put a break point inside of an event. The debugger won't step into events unless you place a break point in the event.

But, I'm not familiar w/ MM, but I think that is the problem. Place a breakpoint in the events you are using and you will probably not get that message.

Morgan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform