[BlueBream] bluebream with pydev : Debugger solved

Dr. Volker Jaenisch volker.jaenisch at inqbus.de
Thu Jul 15 12:28:51 EDT 2010


Solved :

Dr. Volker Jaenisch schrieb:
> But a last question: How to get bluebream running under
> the eclipse debugger?
>   
First Step: Register a default interpreter:
Window -> Preferences -> pydev -> interpreter python
Hit New button:
1) Give the interpreter an Name e.g. "Bluebream"
2) Choose the python interpreter from you venv

3) Asked for the libraries choose wisely (e.G. only the libs from you venv)

Second Step: Condifure a debug session:
goto Run -> Debug Configurations -> python Run
rightclick new
Give an impressive name like "Bluebream"

Main Tab:
1) Choose project
2) as main module choose the paster file (manually/browsing does not 
work) in you venv

Argument Tab
3) As arguments : serve deploy.ini (or serve debug.ini )
4) Working directory ${workspace_loc:<your project>} just hit 
workspace.. button

Interpreter Tab
4) As interpreter choose "Bluebream" (From step 1)

Looks very impressive compared to a pdb on the shell :-)

Best Regards

Volker

-- 
====================================================
   inqbus it-consulting      +49 ( 341 )  5643800
   Dr.  Volker Jaenisch      http://www.inqbus.de
   Herloßsohnstr.    12      0 4 1 5 5    Leipzig
   N  O  T -  F Ä L L E      +49 ( 170 )  3113748
====================================================



More information about the bluebream mailing list