Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Search This Blog
Showing posts with label
Debugging
.
Show all posts
Showing posts with label
Debugging
.
Show all posts
Tuesday, November 11, 2008
How to Debug Hydrid VB6 and C# project
Use System.Diagnostics.Debugger.Break();
in C# code in class with COM interop that is used in VB6 project.
Allow code to debug using .net 2005/2008 but not .net 2003
Used this approach to debug call center scheduler.
Older Posts
Home
Subscribe to:
Comments (Atom)