|
From: Helge K. <Hel...@gm...> - 2020-03-14 16:28:13
|
Am 08.03.2020 um 19:50 schrieb Gerhard Sittig: > The difference may be that on Linux the application uses the > system's Python runtime, and thus has locally installed modules > available. This may not be the case for the binary Windows > installation that you appear to run, but this is just a guess on> my side (see above, don't have first hand experience there). Okay, I understand. So the debugging with WinPDB is not possible because the Windows installation provides the Python runtime in this (admittedly) very elegant way. I proprose to update https://sigrok.org/wiki/Protocol_decoder_HOWTO to emphazise debugging is only possible with the complete development enviroment. The current phrase * To debug the Python implementation of a decoder during development does not show that it is not related to my decoder's development, but sigrok. I will give a Linux installation a try. But reading the decoder's documentation whose data I want to parse was also helpful. Best regards, Helge |