Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Breakpoints in Classes
Message
From
13/10/2007 10:40:17
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:
01260818
Views:
15
Viv,

This is helpful information, I didn't know about this compiler option and related PDBs, thanks.

Is it possible to trace or debug unmanaged code like a FoxPro COM object (DLL) from within .NET?

Thanks for your help,

Irv

>Hi,
>
>As an alternative to Einars suggestion of adding the project to the solution you can just add a reference to the debug information for the external project:
>
>Tools:Options from the menu; select Debugging/Symbols and add the folder holding the relevant PDB file to the list.
>HTH,
>Viv
>
>
>>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,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform