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 - [mixeddev] Trying mixed dev switches "autostart" to false. This confused user.
Summary: [mixeddev] Trying mixed dev switches "autostart" to false. This confused user.
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 12:15 UTC by Vladimir Kvashin
Modified: 2016-08-20 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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