1

Better debugging of digital measurement plugins


B
Bertram

It would be nice if there was better debug possibilities for Digital measurement plugins.

It could be that print() would print in the command line terminal if Logic is run from a commandl ine (I tried, it prints status stuff from Logic, but not anything from my digital measurement plugin).

I also tried printing debug information to a file, but I got permission denied.

A nice solution would be if you could provide a python test harness, a test class looking like the one the Digital measurement plugin class inherits from, and with support for loading a captures saved in Logic 2 as test data.

A digital measurement plugin developer could then run and debug a plugin in e.g. PyCharm, and feeding the digital measurement plugin data from a capture saved in Logic 2.

A