Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 33 matches

by Boydon
15.02.2012 11:53
Forum: Help
Topic: Python debug
Replies: 7
Views: 7021

Re: Python debug

After various attempt the best solution I've found is to copy the pysrc folder somewhere in you stealth script, refernce it in you script and then use the remote dubugger. Is there any better alternative? :) Also: is there a way do directly develop script in Pydev taking advantage of the auto-comple...
by Boydon
13.02.2012 15:12
Forum: Help
Topic: Python debug
Replies: 7
Views: 7021

Re: Python debug

Alex wrote:Hello Boydon

http://wiki.xbmc.org/index.php?title=HO ... th_Eclipse - this is an example of remote debugging python plugins for XBMC(Music player). Same techniques can work with Stealth
Thank you Alex, I will try. :)
by Boydon
12.02.2012 18:13
Forum: Help
Topic: Python debug
Replies: 7
Views: 7021

Python debug

Hello everyone (it's my first post here). Sorry, but i don't speak russian. :P What I would like to know is if there is a way to debug python scripts with step by step execution, breakpoints and similar stuff. The bliss point would be to be able to use some external IDE like PyDev or Python Tools fo...