[Pydev-code] Some problems with Python development under Eclipse
Brought to you by:
fabioz
From: Christian S. <dur...@ma...> - 2006-04-19 11:45:38
|
Hi ! Dear Eclipse-PyDev developers ! 1.) I use eclipse to dev. Python code. I use pydev extension. I have one very big problem with it. When I want to debug, I want to use F5 to set breakpoints, like in Delphi. But when I try to set F5 to this function it is not working. Ok, then I trying with Ctrl+B. And that is also not working !!! I set Ctrl+B and F5 in every scope that possible... and it is not working too ! In debug mode I experienced same effect. I trying with use menu to toggle breakpoint. But main menu (Run, Toggle Breakpoint) is disabled too. Why ? What I do wrong ? Only I set/remove the breakpoint with the doubleclick in next to the line number. 2.) When I run a python program, the Eclipse catch it's result. And when this result have errormessage (because the code is buggy), this message is signed with red font. But this errormessage showed anywhere in the output, not in the end of console ! Like this: ... someoutput exception message someoutput ... not: ... someoutput someoutput ... exception message Why ? Thanx for help: dd |