Opened 3 years ago
Closed 3 years ago
#1 closed defect (fixed)
running simplerunner in eclipse for debugging
Reported by: | Wouter Pasman | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Explain on wiki how to run simplerunner with your own project for debugging
Change History (5)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Ah there is a bad trick.
If you refresh the project, the venv will appear.
If you change the run config AFTER that, you can see the venv dir too
And also venv/lib/python3.8/site-packages/geniusweb/ where SimpleRunner is.
If you select that, PyDev will swallow it and you can run it
comment:4 by , 3 years ago
comment:5 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In command line it's easy: python -m geniusweb.simplerunner.NegoRunner
but PyDev does not seem to take it...
https://stackoverflow.com/questions/43469828/running-a-python-module-using-m-from-within-eclipse