Re: [Pydev-code] Some problems with Python development under Eclipse
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2006-04-19 15:35:59
|
Hi Christian, 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 ! Currently, there are 2 ways of setting a breakpoint: - With the context-menu: Ctrl+F10 - Double-clicking the left ruler 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 ? You did nothing wrong... It is just not implemented. You should add a feature request for that if you want it. > This errormessage showed anywhere in the output, not in the end of > console ! > ... > > Why ? > This happens because the console in Eclipse is asynchronous, so, it might get something from one part and something else from another... You can try to talk with the Eclipse guys at Eclipse.org and see if they would change this behaviour. Cheers, Fabio |