Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to stop debugging in Android application in Eclipse
    text
    copied!<p>I'm writing a simple Android application. I changed the "Java EE" perspective to "debug" and after tracing variables, I return to original perspective ( "Java EE" ) and stopped debugging. But when I try to run my application on my phone, it changes the perspective automatically to debug and jumps to first break point.<br> In debug window, it shows: debugging </p> <pre><code>DalvikVM[localhost:8600] Thread [&lt;1&gt; main] (Suspended (breakpoint at line 23 in FirstActivity)) FirstActivity.onCreate(Bundle) line: 23 Instrumentation.callActivityOnCreate(Activity, Bundle) line: 1047 ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord, Intent) line: 2627 ActivityThread.handleLaunchActivity(ActivityThread$ActivityRecord, Intent) line: 2679 ActivityThread.access$2300(ActivityThread, ActivityThread$ActivityRecord, Intent) line: 125 ActivityThread$H.handleMessage(Message) line: 2033 ActivityThread$H(Handler).dispatchMessage(Message) line: 99 Looper.loop() line: 123 ActivityThread.main(String[]) line: 4627 Method.invokeNative(Object, Object[], Class, Class[], Class, int, boolean) line: not available [native method] Method.invoke(Object, Object...) line: 521 ZygoteInit$MethodAndArgsCaller.run() line: 871 ZygoteInit.main(String[]) line: 629 NativeStart.main(String[]) line: not available [native method] Thread [&lt;7&gt; Binder Thread #2] (Running) Thread [&lt;6&gt; Binder Thread #1] (Running) </code></pre> <p>Would you please help me how get rid of this debug perspective ?</p> <p>Regards.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload