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 252904 - Non-debuggable default configuration in Fractal sample
Summary: Non-debuggable default configuration in Fractal sample
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-10 08:39 UTC by soldatov
Modified: 2015-07-29 15:10 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 soldatov 2015-06-10 08:39:44 UTC
For a lot of time I could create sample, press Step Into and check debugger. Automatic tests checks these steps. Now Fractal and only Fractal has other behavior.

Scenario:
- Create Fractal project
==> Default configuration is FastBuild
Comment 1 Alexander Simon 2015-07-17 08:54:16 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/b01f3c999acf
Comment 2 Quality Engineering 2015-07-18 01:47:09 UTC
Integrated into 'main-silver', will be available in build *201507180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b01f3c999acf
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #252904 Non-debuggable default configuration in Fractal sample
Comment 3 soldatov 2015-07-22 10:24:01 UTC
Bug fixed if I use local host, but on remote host (SFTP mode) default configuration is FastBuild.
Comment 4 Alexander Simon 2015-07-22 10:31:50 UTC
(In reply to soldatov from comment #3)
> Bug fixed if I use local host, but on remote host (SFTP mode) default
> configuration is FastBuild.

Please provide steps. I cannot reproduce.
Comment 5 soldatov 2015-07-22 10:38:41 UTC
Scenario:
- Delete ~/.netbeans/remote/sparc_host
- Launch NetBeans
- Add oracle_login@sparc_host host (select SFTP mode)
- Push New Project button on toolbar
- Select Fractal and press Next
- Select host as oracle_login@sparc_host
- Select GNU as tool collection
- Push Finish
==> I see "FastBuild" in listbox on toolbar
Comment 6 Alexander Simon 2015-07-22 11:48:20 UTC
additional fix:
http://hg.netbeans.org/cnd-main/rev/f9e3ebb75458
Comment 7 Quality Engineering 2015-07-23 01:15:16 UTC
Integrated into 'main-silver', will be available in build *201507230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f9e3ebb75458
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #252904 Non-debuggable default configuration in Fractal sample
- additional fix