Edgewall Software

Changes between Version 1 and Version 2 of TracDev/DevelopmentWithEclipseAndPyDev


Ignore:
Timestamp:
Jul 8, 2008, 7:54:22 AM (16 years ago)
Author:
jtiai
Comment:

small fix

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentWithEclipseAndPyDev

    v1 v2  
    42428. You should now be able to run tracd, as well as to debug it using the same run configuration. To run the test cases, just click on a test folder and select ''Run->Python unit tests''
    4343
    44 9. To debug a plugin, deploy it into your test environment via {{{ $ python setup.py develop -md /path/to/projenv/plugins }}} and then start the run configuration from above.
     449. To debug a plugin, deploy it into your test environment via
     45{{{
     46$ python setup.py develop -md /path/to/projenv/plugins
     47}}}
     48and then start the run configuration from above.
    4549
    4650If you are experiencing troubles in debugging Trac code, make sure that PYTHONPATH in project properties doesn't contain pointers to other Trac sources. Otherwise those sources will be picked instead checked out.