Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I turn off "Automatically Switch to Debug Perspective" mode in eclipse?

People also ask

How do I get out of debug perspective?

Right Click the project and Open Properties. Then Select Run/Debug Setting from there you will find all the launch Configured. Delete all the launch and Run the application.

How do I disable debug mode in Java?

In the navigation view, choose Process Table. Select the relevant server process and, from the context menu, choose Stop Debug Session. In the Stop Debug Session dialog box, choose the debug entry for which you want to disable the debug mode.

How do I change debugging in Eclipse?

A Java program can be debugged simply by right clicking on the Java editor class file from Package explorer. Select Debug As → Java Application or use the shortcut Alt + Shift + D, J instead.


Preferences -> Run/Debug -> Perspectives -> Open the associated perspective when application suspends


1

Other option is you can also reset your perspective preference from windows -> reset perspective and then run/debug then a dialog asking to switch to debug perspective when every time you debug the application and say check NO.

2

Goto Windows - > preference -> General ->perspectives -> make default your perspective or press reset to default to forget the previous settings.