Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    PyXdebug 1.2.5

    Download button

    No screenshots available
    Downloads: 124  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Yoshida Tetsuya | More programs
    MIT/X Consortium Lic... / FREE
    December 1st, 2011, 17:59 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    PyXdebug description

    PyXdebug is Xdebug format debugger for Python

    PyXdebug is Xdebug format debugger for Python.

    Debug a call function:

    xd = PyXdebug()
    #xd.collect_imports = 1
    #xd.collect_params = 0
    #xd.collect_return = 0
    xd.run_func(func)
    print xd.get_result()


    Debug a execute statement:

    xd = PyXdebug()
    xd.run_statement(statement)
    print xd.get_result()


    Debug a run script file:

    python pyxdebug.py script_path

    Debug a run script file (module):

    python -m pyxdebug script_path

    Options::
     -h, --help show this help message and exit
     -o, --outfile Save stats to < outfile >
     -i, --collect_imports
     This setting, defaulting to 1, controls whether PyXdebug should write the filename used in import or reload to the trace files.
     -p, --collect_params
     This setting, defaulting to 0, controls whether PyXdebug should collect the parameters passed to functions when a function call is recorded in either the function trace or the stack trace.
     -r, --collect_return
     This setting, defaulting to 0, controls whether PyXdebug should write the return value of function calls to the trace files.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    format debugger | Python library | Xdebug | format | debugger

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM