Skip to content

Call With Another Arguments #3

@PeterHevesi

Description

@PeterHevesi

Hi,
I found your program and is very cool :) So thanks so much !!!
But I have a question: Is it possible to have the same program executed as it should originally but with some arguments added?
To explain it more, I need to add debug arguments to javaw.exe to be able to run something in debug mode.
It's called from one process like this: javaw.exe --lots-of-original-arguments.
what I need to do is to intercept javaw.exe with your tool and do this:
javaw.exe --few-added-arguments --lots-of-original-arguments.

And actually, to say exactly what are those arguments of mine, I want to call it like this:
javaw.exe -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 --lots-of-original-arguments

Is it possible?
Thanks so much!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions