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



_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to     : zim-wiki@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zim-wiki
More help   : https://help.launchpad.net/ListHelp

Reply via email to