debuging in C#

  • Thread starter Thread starter Guest
  • Start date Start date
Hi,

No, no directly in the .NET IDE, but if you have VS6 and the source code of
the dll you can do so.
 
You tell me, I can do, but I don't know how.




Ignacio Machin ( .NET/ C# MVP ) said:
Hi,

No, no directly in the .NET IDE, but if you have VS6 and the source code of
the dll you can do so.
 
Open your VB6 code, place your breakpoints in the code and start (run) your
code.

Now in your C# project, add a reference to this project and you VB6 should
stop on these breakpoints.

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
S2i web inc. (www.s2i.com)
http://emoreau.s2i.com/
 

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

Back
Top