Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Breakpoints in Classes
Message
From
12/10/2007 14:32:37
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01260669
Message ID:
01260681
Views:
14
>>I have a C# Winform project that has a Reference to a C# class project. I set breakpoints in the class project and then run the Winform and I cannot make it go into the class and stop at the desired line. It just skips over the entire class code segment no matter where I put breaks.
>>
>>Also, In FoxPro there's a 'step into' Debug function and all I see in my Winforms project is 'Step Over'. I think this is a separate issue(?)
>>
>>Thanks,
>
>If you make the C# class project (DLL) part of the same solution as the C# Winform project you can debug into the DLL.
>
>"Step Into" is F11 (or it can be found in the toolbar or the Debug menu)
>
>Einar

Thanks Einar!

This was frustrating me, thanks for the answer. With my class now combined (added to) the Winform Solution, where does it actually 'live' in terms of latest edited version, etc? Will it actually be saved and stored with the Winform solution or remain separate?

Thanks again,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform