Hi Chris > What tools are people using to develop protocol decoders?
I have not developed a PD yet. So my answer is just a general Python answer (Still as a Python newbee). > Is there a debugger to single-step through the python > script code and observe variables? For this reasons I selected Eric as my Python IDE [1]. The usual expected debugger stuff is there like breakpoints, single-step, code checkers etc. Also a window where you can observe the whole context with variables, call trace etc. (Limit is, it does not show values of objects when you have an array of objects. Could be that I'm holding it wrong...). But not everybody likes big IDEs. I'm keen to see other recomendations. Christoph [1]: http://eric-ide.python-projects.org/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

