| Author |
Anyone know how to get out of Debug mode in Eclipse?
|
John Quach
Ranch Hand
Joined: Sep 28, 2011
Posts: 45
|
|
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
That's not a "mode", it's a Perspective. Eclipse perspectives are basically a set of windows and tool selectors, and are one of the core concepts of working with Eclipse. There are a "java (editing)" perspective, "debug" perspective, a "resource" perspective, a "team synchronizing" perspective and quite a few more. Plus, if none of them suit, you can create your own perspective or use one of the third-party plugins such as the "hibernate tools" perspective.
To change to a different perspective, you can use the Window menu, certain navigation keys, or one of the Perspective toolbar buttons.
|
One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 12513
|
|
|
As a side note, just because you're in the Debug Perspective doesn't mean that there are any debug sessions active. For that, look at the Debug window. You can add this window to any perspective, and changing to a perspective that doesn't have a debug window doesn't stop or pause any debugging. To stop debugging, use the "stop" button or right-menu option in the Debug window. Or tell the application being debugged to exit itself.
|
 |
 |
|
|
subject: Anyone know how to get out of Debug mode in Eclipse?
|
|
|