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 262211 - [launchers] Run Launchers in Own Tab
Summary: [launchers] Run Launchers in Own Tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-24 18:50 UTC by Vladimir Voskresensky
Modified: 2016-05-26 11:03 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 Vladimir Voskresensky 2016-05-24 18:50:07 UTC
When I have multiple launchers (i.e. Print AST, Print Simple) and run them in sequence => the second will reuse the Output of the first.

I'd like to have possibility to run launchers in Own Tab.
It could be property of launcher (default to true), so Launcher will reuse output of the same Launcher.

Otherwise I can not dump AST and then run another launcher to compare with Print
Comment 1 Alexander Simon 2016-05-25 14:01:36 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/1e50a96cc056
Comment 2 Vladimir Voskresensky 2016-05-25 16:06:11 UTC
Thank you so much!
Comment 3 Vladimir Voskresensky 2016-05-26 08:19:29 UTC
Unfortunately it changed previous Debug behavior.

Previously:
Run and Debug of the launchers were in different Tabs Run(JConvert) and Debug(JConvert)

Now:
Run launcher and Debug launcher are reusing the same tab JConvert(Print Simple), so Debug session erases Run which is usually used to see "bug"

How to change:
For Run use Tab title
JConvert (Print Simple) 
and for Debug
Debug (JConvert: Print Simple) 

Or 
Run (JConvert: Print Simple)
Debug (JConvert: Print Simple)
Comment 4 Vladimir Voskresensky 2016-05-26 08:23:07 UTC
Sorry. Previously it was
JConvert (Run)
JConvert (Debug)

How to change:
JConvert: Print Simple (Run)
JConvert: Print Simple (Debug)
Comment 5 Vladimir Voskresensky 2016-05-26 08:24:26 UTC
Or
How to change:
JConvert [Print Simple] (Run)
JConvert [Print Simple] (Debug)
Comment 6 Alexander Simon 2016-05-26 11:03:47 UTC
additional fix:
http://hg.netbeans.org/cnd-main/rev/a756109479d2