I'm trying to debug a com+ component using VC 6.0.

I've tried several things, but so far with no luck.

I've tried to set the com+ project's executable to dllhost.exe and adding the com+ component's dll as an additional dll.

I tried to set the executable to whoever called the com+ component. Then I could step into the executables code, but not into the com+ component, even though that project was loaded.

I've searched on the internet, and there are several approaches, but none of them seem to work.

I've checked that I run the debug config, but something must be wrong. I tried as a test to create a divide by zero error, and that error never came. I'm a bit confused. How the heck does one debug those darn com+ components (in VC 6.0) ?

Thanks in advance!