Add a checkbox in the debug widget for non-returning commands
Currently the method DeviceDebugWidget.send_command
calls the method command
without the returning
parameter. If one tries to send a non-returning command via the debug terminal, this generates a DeviceError.
TODO: add a checkbox
connect this checkbox to the value of the parameter returning
Edited by Jerome Carnis