On 7/1/14 02:40 , Marius Liebenberg wrote: > What is the best way (or any way) to debug python scripts that are > loaded as hal components. I need to create a break point to see what > data arrived into a variable. > > Currently I am loading the script with halrun so it does not operate > under linuxcnc per say. Until it works.
I usually use "print" for that kind of debugging. I don't know how to go to a python debugger based on breakpoints, but i'd love to learn! -- Sebastian Kuzminsky ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
