Python Debugger activity for the XO: Difference between revisions
Jump to navigation
Jump to search
(Project proposal for a python debugger activity) |
|||
Line 1: | Line 1: | ||
===Objectives And Strategy=== |
===Objectives And Strategy=== |
||
This purpose of this Activity is to quickly develop a minimal set of functions which will permit stand alone development of Sugar Activities on the XO. It will try to minimize development time by combining activities that are already available on the XO -- such as Write, Browse, and Terminal (with ipython). |
It would be wonderful to have a python sourcecode debugger for the XO, fully integrated with sugar. This purpose of this Activity is to quickly develop a minimal set of functions which will permit stand alone development of Sugar Activities on the XO. It will try to minimize development time by combining activities that are already available on the XO -- such as Write, Browse, and Terminal (with ipython). |
Revision as of 19:10, 10 October 2009
Objectives And Strategy
It would be wonderful to have a python sourcecode debugger for the XO, fully integrated with sugar. This purpose of this Activity is to quickly develop a minimal set of functions which will permit stand alone development of Sugar Activities on the XO. It will try to minimize development time by combining activities that are already available on the XO -- such as Write, Browse, and Terminal (with ipython).