Menu

#907 Execution hilight problem

1.4.4
closed-works-for-me
nobody
debugger (210)
5
2009-05-11
2009-04-28
No

Windows Server 2003 SP2
Eclipse 3.4.2 M20090211-1700
Pydev & extensions 1.4.6.2745
Python 3.1a2

Hitting F8 'continue' during debugging (i.e. to go to the next breakpoint) leaves the previous current green bar execution hilight and left-margin arrow.

This doesn't happen when single-stepping, or at any time when debugging Java code, but happens always when debugging Python or Jython

Discussion

  • James Garrison

    James Garrison - 2009-04-28

    Screenshot

     
  • James Garrison

    James Garrison - 2009-04-28
    • labels: --> debugger
     
  • Fabio Zadrozny

    Fabio Zadrozny - 2009-04-29

    I couldn't reproduce it here with the passed instructions (I've create a single module with 2 breakpoints and pressing F8 didn't leave it there)... it could be that it's related to some specific step you're doing (do you have something in your error log when that happens?)

    Can you try to create a step-by-step on how to reproduce that (with the sample code where you reproduced it)?

    The only difference is that I'm testing on windows XP and not windows server (not sure if it could be related).

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2009-04-29
    • status: open --> pending
     
  • James Garrison

    James Garrison - 2009-05-11

    I can no longer reproduce this after upgrading my Eclipse to Galileo M6 (development build).

     
  • James Garrison

    James Garrison - 2009-05-11
    • status: pending --> closed-works-for-me