This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 219397 - Java ME app debug termination
Summary: Java ME app debug termination
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 18:01 UTC by alexander.burdukov
Modified: 2012-10-02 18:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alexander.burdukov 2012-10-02 18:01:22 UTC
While debugging a Java ME app, the Netbeans "Run" button should be disabled to avoid running/debugging additional instance of the same app before stopping the current debug/run session.
When pressing Netbeans debug "Stop" button, the debugged app should be terminated and the debug session should end (Currently, debugger only detaches).
Note, that this termination is alredy performed in case of pressing "Cancel Process" button in Output view.