← Back to team overview

zim-wiki team mailing list archive

Re: Debugging Zim, especially plugins/PyCharm IDE

 

Hi Udo,

while playing around with Visual Studio Community Edition with Python Tools I found out how you can debug
your code by using the debugger.

You need to set some break points, then run your program as python script (so for Zim it does not work if you use the Windows version, you need to really run the Python script),
and then select 'attach to process' and select the right process to attach the debugger to.

When you use the function / code part of your script in which you have set the break point, the debugger will halt the script and let you debug.

Regards,
Murat




References