Python On GE863-GPS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SAJ1234
    New Member
    • Feb 2008
    • 4

    Python On GE863-GPS

    Hello,

    Can any body help me out in using the python IDE.

    I am able to write the scripts but not able to step through the code.
    When i use the step through function some times the code goes into some functions which i have not seen.
  • jlm699
    Contributor
    • Jul 2007
    • 314

    #2
    If you aren't familiar with a function try looking it up in the API (http://docs.python.org/api/api.html)... that's where I go... if the function is of a specific module that isn't in the standard distrib, google that module's API.

    Regards

    Comment

    • SAJ1234
      New Member
      • Feb 2008
      • 4

      #3
      Originally posted by jlm699
      If you aren't familiar with a function try looking it up in the API (http://docs.python.org/api/api.html)... that's where I go... if the function is of a specific module that isn't in the standard distrib, google that module's API.

      Regards
      jlm699

      Hi thanks agian. I have this document I go through it when ever i have some issues.
      But i am not able to step through the code.
      If I have to debug the code i have to Load the whole code on the GE863-GPS module, run the code and then using the debug log find the bugs.
      Is there a way to step through the code.

      Comment

      • jlm699
        Contributor
        • Jul 2007
        • 314

        #4
        Originally posted by SAJ1234
        Is there a way to step through the code.
        C'mon... python has everything you could ever need/want....

        Check this page, I'm sure you'll find it very helpful: Python debugger

        Comment

        Working...