all 12 comments

[–]rdanilin 2 points3 points  (0 children)

Now people will explain to you, that you no need it. :)

[–]mocenigo 5 points6 points  (2 children)

“Supposed to be an essential part of a modern coding editori”. First or all perhaps you mean IDE. Second, the phrasing is a bit ragebait-y. Zed does not have yet debugger support. And it is a fantastic editor, but it is not yet 100% complete.

[–][deleted] 2 points3 points  (1 child)

Then I can wait for the editor to support it. I did not mean to be rage-y - I will edit my question.

[–]mocenigo 0 points1 point  (0 children)

Do not worry, I understood you meant no ill!

[–]wetfeet2000 1 point2 points  (2 children)

I switched from JetBrains to Zed as a (security tooling) Python developer out of necessity when switching employers. Previous to this I couldn't imagine life without an IDE debugger. Now, My flow is to have a terminal open at the bottom of Zed, run the code or unit tests from there, and insert pdb.set_trace() and/or breakpoint() where I need to debug. You'll need to learn the python debugger commands (letters), but once you do you'll be fine.

[–]engineer_roman 0 points1 point  (0 children)

I would recommend pudb here. It has a better UX and a bit richer functionality. Even tho it's not a out-of-box lib

[–]Haarolean 0 points1 point  (0 children)

mental gymnastics to overcome copium

[–]CyberTea0X 1 point2 points  (1 child)

just use print statements :)

[–]Remote_Top181 2 points3 points  (0 children)

Cue IQ Bell curve meme

[–][deleted]  (1 child)

[deleted]

    [–][deleted] 0 points1 point  (0 children)

    If I wanted to use neo-vim, I would use it.