After discussing earlier this week, the easiest solution seemed to be an additional parameter for the lewis script (-V/--verify) which simply activates debug level logging and aborts before actually starting the simulation. I've added a bit more debug output to the device discovery process to give more information at that stage.
This PR does not implement all possible debug output - this is something we can pick up on in the next release.
This fixes #199.
After discussing earlier this week, the easiest solution seemed to be an additional parameter for the
lewis
script (-V/--verify
) which simply activates debug level logging and aborts before actually starting the simulation. I've added a bit more debug output to the device discovery process to give more information at that stage.This PR does not implement all possible debug output - this is something we can pick up on in the next release.