Another way to run the debugger is an apax script. The results are shown in the terminal in which the script was started.
Just open the apax.yml file in the project folder and add a new script.
An example apax script might be:
scripts:
debug: "sdb --targetIP 192.168.0.1 --certificate ./ax-sdb-example.cer --password superSecurePassword1337"
Now the debug command can be started by typing:
apax debug
It is possible to add more than one script to the scripts section.