./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui dev
If you need to pass another macro variable, you will need to set AGEBD_ENV_SUFFIX explicitely:
./bin/sls_hla_launch_gui.sh ./qt/A_BD_Tune.ui dev -macro "AGEBD_ENV_SUFFIX=-DEV, OTHER_ENV_VAR=HEYHEY"
In `prod`:
```
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui
```
In `dev`:
```
./bin/sls_hla_launch_gui.sh qt/A_BD_InjectionGuard.ui dev
```
If you need to pass another macro variable, you will need to set `AGEBD_ENV_SUFFIX` explicitely:
```
./bin/sls_hla_launch_gui.sh ./qt/A_BD_Tune.ui dev -macro "AGEBD_ENV_SUFFIX=-DEV, OTHER_ENV_VAR=HEYHEY"
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In
prod:In
dev:If you need to pass another macro variable, you will need to set
AGEBD_ENV_SUFFIXexplicitely:missing option to pass through macros or other caqtdm options