I think most of the developers might have faced this problem, and might thought about the same Does tab features in browsers helps the developer?
As a developer I have faced some problems with the tabbed browsers like, when I am testing my code in tabbed browsers if at all that code has got any errors and or problem might occur during running the code, or if any loop is running continuously (infinite loop) in order to overcome the issue we need to close entire browser window no matter how many tabs you have opened, using Windows Task Manager if developer is using Windows Operating system.
We have no option to close a particular tab where the error has occurred in the tab, I think this might be a drawback for these types of browsers.
Let me explain the things clearly:
Just open some tabs, lets say in the first tab you have opened www.google.com, in the second tab www.microsoft.com, in the third tab www.yahoo.com, and in the fourth tab just open the page which has got a simple JavaScript code:...... More at devblogzone.blogspot.com