I am new the raspberry pi and I have just started my python development on it. I have installed eclipse in windows along with pydev. I have even made a ssh connection from eclipse to pi so now I have access to all the files of pi.
I want to know is it possible to remotely debug python code. Why I want it is because lets say I have written a code in python which works fine in windows but when i run it in raspberry pi, it give some error. So debugging is important.
I have seen many tutorials on remotely debugging c/c++ code from within the eclipse. Is it possible with python.
Please help. Thanks.!