On 18/7/24 14:01, Phil via Users wrote:
Thank you for your reply. That's what I have, in my case f9 starts the debugger. The problem that I have is once the debugger starts it runs to the end of the python code. It needs to not go past the first line so that I can enter a pdb command.
The answer is to add "breakpoint()" where the debugger is to stop.
Hey there,
Phil via Users wrote:
Phil via Users wrote:
Thank you for your reply. That's what I have, in my case f9 starts the debugger. The problem that I have is once the debugger starts it runs to the end of the python code. It needs to not go past the first line so that I can enter a pdb command.
The answer is to add "breakpoint()" where the debugger is to stop.
I'm glad you got it sorted and also glad that you brought it up. I hadn't thought to add a debugger to Geany. This made me poke around in my scripts and decide to also add flake8 to Geany. How nice to have both of these so conveniently available.