node-profile icon indicating copy to clipboard operation
node-profile copied to clipboard

Pass command line arguments to the program

Open bilts opened this issue 12 years ago • 0 comments

The program I'm trying to profile needs command line arguments. It looks like nodeprofile appends argv[2] to the command it tries to run. It'd be nice if it appended the entire argument list from index 2 on, so that the program can receive additional command line arguments.

If that doesn't work for some reason, there should be some way to pass command line arguments to the program being profiled.

bilts avatar Mar 16 '12 16:03 bilts