I Ignacio Machin \( .NET/ C# MVP \) Nov 6, 2006 #2 Hi, No, no directly in the .NET IDE, but if you have VS6 and the source code of the dll you can do so.
Hi, No, no directly in the .NET IDE, but if you have VS6 and the source code of the dll you can do so.
B Ben Voigt Nov 6, 2006 #3 Toze said: Is possible to make debug inside DLL compiled in vb6? Click to expand... Turn on "Enable unmanaged code debugging".
Toze said: Is possible to make debug inside DLL compiled in vb6? Click to expand... Turn on "Enable unmanaged code debugging".
G Guest Nov 6, 2006 #4 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. Click to expand...
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. Click to expand...
E Eric Moreau Nov 7, 2006 #5 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/
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/