VB6 uses VB2005 debugger. Help!

G

Galen Somerville

I uninstalled and reinstalled VB6. When I have an unhandled exception in
VB6, it uses the VB2005 Pro debugger. There is no way to leave the VB2005
debugger without ending up at the desktop.

How can I make VB6 do it's own debugging so it shows me the statement that
causes the exception (like it always has in the past).

Anyone have the answer?

GalenS
 
T

The Grim Reaper

Sounds like VB6 is calling a library function somewhere (i.e. not in your
VB6 code) and the function is failing and running the 2005 debugger.
I've had VB6, VB2003 and VB2005 installed on the same machines for a while
now, and never known VB6 code to call the 2003 or 2005 debugger.

What references are your VB6 code using?
___________________________________________
The Grim Reaper
 

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

Top