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 256134

Summary: [mixeddev] Trying mixed dev switches "autostart" to false. This confused user.
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Kvashin 2015-10-23 12:15:26 UTC
"Autostart" option is ON by default. But once you try mixed development, it is permanently switched to OFF. This confuses user.
Comment 1 Maria Tishkova 2016-08-19 10:19:18 UTC
it is incorrect to set global option to turn it of from mixed dev, need to add parameter to attach instead.
Comment 2 Maria Tishkova 2016-08-19 14:17:12 UTC
changeset:   300037:143fc57282c5
tag:         tip
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Fri Aug 19 17:16:19 2016 +0300
summary:     fixed bz#256134 [mixeddev] Trying mixed dev switches "autostart" to false. This confused user.
Comment 3 Quality Engineering 2016-08-20 02:16:25 UTC
Integrated into 'main-silver', will be available in build *201608200002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/143fc57282c5
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#256134 [mixeddev] Trying mixed dev switches "autostart" to false. This confused user.
cannot use global debugging option to attach without autostart, new method introduced, some methods are made private (used closed API as a parameter),
incremented module versions