Starting Wildfly
in eclipse
in debug
mode is simple. I want to start via command line by running standalone.bat
. So far so good, but I want to start in debug
mode and under normal conditions I can open my cmd
and run the command:
standalone.bat --debug
But it's a bit convenient to have to open cmd
for this. Is there a way to open this file and put some configuration so that by doing so I simply give 2 clicks on the file to start it in debug
mode?