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 220169 - Arguments are not passed to debug session
Summary: Arguments are not passed to debug session
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 13:29 UTC by henk89
Modified: 2017-04-08 03:07 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 henk89 2012-10-16 13:29:29 UTC
steps to reproduce:
- create arguments sample
- try to debug it
everything is ok, arguments are passed
- go to project properties and change run command to: /bin/echo a b c
- start debug session
output is empty because arguments are not passed to debugger
Comment 1 henk89 2012-10-16 14:36:59 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/0f11db283308
Comment 2 Quality Engineering 2012-10-17 02:04:50 UTC
Integrated into 'main-golden', will be available in build *201210170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0f11db283308
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #220169 - Arguments are not passed to debug session
Comment 3 Quality Engineering 2017-04-08 03:07:14 UTC
Integrated into 'main-silver', will be available in build *201704080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d1106f781d98
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #220169 - Arguments are not passed to debug session