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

Summary: Java ME app debug termination
Product: javame Reporter: alexander.burdukov
Component: -- Other --Assignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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.