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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to