1
I am learning python programming and for this I am using the GEANY IDE in Fedora 24. I’m loving using it, but I can’t debug my code. I’ve already installed the debugging plugin. Would anyone know how to debug?
1
I am learning python programming and for this I am using the GEANY IDE in Fedora 24. I’m loving using it, but I can’t debug my code. I’ve already installed the debugging plugin. Would anyone know how to debug?
Browser other questions tagged python linux debug ide
You are not signed in. Login or sign up in order to post.
Which debug plugin installed?
– Marlysson
installed pdb and gdb debugger
– Maydson Araujo
Any running problems or nothing appears?
– Marlysson
When clicking the Run button to debug an error message appears: Error reading file!
– Maydson Araujo
Is it possible for images or messages to appear? It is more explicit.. Another way would be to use pbd , but that would be more manual..
– Marlysson