You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mitigate some of the difficulty associated with debug and test by printing statuses, etc. for each step in the connection process if and only if DEBUG has been enabled (maybe use a logging library or something, or even just printing is fine). Test scripts should default to this option.
The text was updated successfully, but these errors were encountered:
While this fix would be a nice enhancement, I think it should probably be among the lowest priority given timeline for transitioning this project; documentation is a lot more important than nice tooling. Marking as wontfix for now, but if anyone else wants to take it on they can of course.
anushadatar
changed the title
Add DEBUG option to serialdevices class, and set test scripts to default to using this.
Add logging to the serialdevices class to facilitate debugging.
Mar 17, 2021
Mitigate some of the difficulty associated with debug and test by printing statuses, etc. for each step in the connection process if and only if DEBUG has been enabled (maybe use a logging library or something, or even just printing is fine). Test scripts should default to this option.
The text was updated successfully, but these errors were encountered: