admin管理员组

文章数量:1123943

Eclipse/Pydev has been working fine for years. In the last few days, however, I updated to the latest eclipse (4.34 - 2024-12) and at the same time the latest PyDev (12.2.0). The problem I'm having is not displaying icons in the left ruler. Specifically, when I double click the left ruler, a breakpoint is set, but the breakpoint icon is not displayed in the left margin.

I checked all the settings I could think of: Annotations, General/Editors, PyDev, Debug. I use mainly breakpoints in the left ruler, but I think that other icons (task, etc.) are also not being displayed.

Can someone please help me figure out what's wrong and how to fix it?

Thanks

Eclipse/Pydev has been working fine for years. In the last few days, however, I updated to the latest eclipse (4.34 - 2024-12) and at the same time the latest PyDev (12.2.0). The problem I'm having is not displaying icons in the left ruler. Specifically, when I double click the left ruler, a breakpoint is set, but the breakpoint icon is not displayed in the left margin.

I checked all the settings I could think of: Annotations, General/Editors, PyDev, Debug. I use mainly breakpoints in the left ruler, but I think that other icons (task, etc.) are also not being displayed.

Can someone please help me figure out what's wrong and how to fix it?

Thanks

Share Improve this question asked yesterday DenDen 1971 silver badge12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I found the answer. I work with python only, so in the annotations window I unchecked all boxes for 'breakpoint' (not python) and checked the vertical ruler box for python breakpoint and selected yellow.

To test it, I checked the vertical ruler box for breakpoint (not python). The icon started showing when clicked.

本文标签: eclipsePydevbreakpoints not displaying in left margin after recent updatesStack Overflow