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 204021 - IDE macros are not expanded in arguments
Summary: IDE macros are not expanded in arguments
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: All All
: P4 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-20 14:49 UTC by Egor Ushakov
Modified: 2016-07-06 14:38 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 Egor Ushakov 2011-10-20 14:49:40 UTC
steps to reproduce:
- create Arguments sample
- change run command to: "${OUTPUT_PATH}" "${OUTPUT_PATH}" "arg 1" "arg 2" "arg 3" "arg 4"
- Run
1st arguments is expanded and contains path to the binary
- Debug
1st arguments is not expanded and is empty