Menu

#424 [1.5.5.2010020711] breakpoints at blank lines ignored

open
None
5
2010-02-08
2010-02-08
David Erni
No

hi,
the title pretty much states the problem already, breakpoints at blank lines are ignored.

if __name__ == "__main__":

print "so long and thanks for all the fish!"

so in above example, breakpoints on line 1 and 3 will hit, but the one on line 2 won't.

I'm not sure if this is a bug or a feature since breakpoints on a blank line do not make that much sense after all. Nevertheless it would be handy to have the same behavior as the java editor in that case; automatically move the breakpoint to the next line containing a python statement.

cheers

Discussion

  • David Erni

    David Erni - 2010-02-08

    forgot eclipse information ... might be helpful:

    eclipse.buildId=M20090917-0800
    java.version=1.6.0_17
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
    Framework arguments: -keyring /Users/deif/.eclipse_keyring -showlocation
    Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/deif/.eclipse_keyring -showlocation

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2010-02-08
    • labels: 595098 -->
     
  • Fabio Zadrozny

    Fabio Zadrozny - 2010-02-08

    Changing to feature request