BHO add ons of IE can not debug on IE9
-
Hi I have created BHO add ons for internet explorer. When I debug this add ons on vista IE7 then it debug correctly, but when I debug this on IE9 on windows vista , it can not be debug and no break point get invoked. So is there any setting required for this. I also observed that BHO add ons can debug only on default browser come with windows OS. i.e win XP IE6, vista IE7 and windows 7 IE8, if user upgrade browser then BHO can not debug. Please send me setting required for debuging.
-
Hi I have created BHO add ons for internet explorer. When I debug this add ons on vista IE7 then it debug correctly, but when I debug this on IE9 on windows vista , it can not be debug and no break point get invoked. So is there any setting required for this. I also observed that BHO add ons can debug only on default browser come with windows OS. i.e win XP IE6, vista IE7 and windows 7 IE8, if user upgrade browser then BHO can not debug. Please send me setting required for debuging.
Set HKCU/Software/Microsoft/Internet Explorer/Main/TabProcGrowth to 0 and check if you can debug correctly.
-
Set HKCU/Software/Microsoft/Internet Explorer/Main/TabProcGrowth to 0 and check if you can debug correctly.