Quick post on two new issue on the block related to Debugging/Breakpoint in Visual Studio 2008
Solution is to Apply KB HOTFIX 957912
Workaround as mentioned by Greggm in his blog :
IE 8 has a feature called Loosely-Coupled Internet Explorer (LCIE) which results in IE running across multiple processes. Older versions of the Visual Studio Debugger get confused by this and cannot figure out how to attach to the correct process. You can work around this by disabling the process growth feature of LCIE. Here's how: 1. Open key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main 2. If it doesn't exist, add new DWORD named TabProcGrowth 3. Set TabProcGrowth value = 0
IE 8 has a feature called Loosely-Coupled Internet Explorer (LCIE) which results in IE running across multiple processes. Older versions of the Visual Studio Debugger get confused by this and cannot figure out how to attach to the correct process. You can work around this by disabling the process growth feature of LCIE. Here's how:
1. Open key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main 2. If it doesn't exist, add new DWORD named TabProcGrowth 3. Set TabProcGrowth value = 0