2 Ideas: - Create a log file which you output your debug info to using file.write(). You can use the "tail" Linux command to see the latest data.
-Have the program output using print as usual. At boot up, you have your program set as a background job. Whenever you want to monitor the program, you can use the linux command "fg <jobid>" to bring your task to the foreground. When finished monitoring, put it back to the background using ctrl-z then "bg". You can find the job I'd using "ps -aux". -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
