elliotf / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
1 stars 0 forks source link

Show output of python program, or make "trace log" work #281

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

In order to be able to debug CAM-operations it is essential to be able to see 
the output of the python program that is run. 
A simple fix would be to have the python shell in which "Program" is run as an 
optional window that can be shown.
An alternative would be to provide a special log-function to developers which 
would allow printing to the "trace log" window.

Original issue reported on code.google.com by anders.e...@gmail.com on 13 Feb 2011 at 3:12

GoogleCodeExporter commented 9 years ago
Both solutions would work, but I prefer piping data to the proper log.
Would it not be enough to pipe data to a file and read that file either 
continously or when process finishes?

Original comment by tha_krea...@hotmail.com on 20 Feb 2011 at 4:09

GoogleCodeExporter commented 9 years ago
I now have a "Print" window

Original comment by danhe...@gmail.com on 24 Mar 2014 at 9:59