View Single Post
  #5 (permalink)  
Old 12-07-2008, 10:21 AM
Evan1993 Evan1993 is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Apr 2008
Posts: 38
Reputation: 26
Evan1993 is on a distinguished programming path ahead
Default

Quote:
Originally Posted by jmcilhinney View Post
The reason Chrome is built that way is so that if an application crashes in one tab it won't affect other tabs. Why exactly do you want the user to be able to "kill" parts of your program and what are these parts doing?
I'm making a game level editor, I wanted the different editors to be able shutdown a certain part of the program if it was crashing, and so you could see how memory and CPU much each part was using.

It probably isn't worth it, I just thought there was an easy way to do it.
Reply With Quote