How to add debug specific activities such as Message Box?

I’m try to add special activities which will run only at debug mode
how to add debug specific activities?

@mountie

You can use a if condition…and place the message box and use a input argument to control it by setting true or false

cheers

let me know more detail
which condition to detect debug mode running?

@mountie

There is no direct detection as such using any variable

either add a variable and pass true when running in debug and false when not

or

cheers

can I detect the process run by studio or assistant bot?

Hi,

It’s not an official way but the following can check if debug mode or run mode.

Sample20240104-3 (2).zip (4.1 KB)

Please note that it uses difference b/w debug and run and it may be bug. In older version or future version this may not work.

Regards,

1 Like

@mountie

When tun from assistant by default set the variable to false…as debug will only be possible in studio

Cheers

now I’m using this “Timed Message Box”

Hi @Yoichi,
this approach was working in 23.10.0 release
But I recently upgraded to 23.10.9 release and it doesn’t work any more
Cheers