Hi everybody!
I´m starting to use eclipse to debug code executed by Maya now. I use Linux and Eclipse version Kepler.
I start the server on pydevd, and then settrace on maya. Then click resume on eclipse to keep it working but connected. That way every breakpoint makes it stop there, as a regular debug session.
When the session ends, everything is ok, but sometimes when I execute code, it doesn´t stop anywhere and Maya hungs, I still don´t know the exact situation. The conection between them is not updated in the list, but Maya stays hung, not eclipse.
If i try to finish it closing the session in eclipse, finishing the connection, Maya stays hung.
How could I see the active sessions or load any connection of Maya to finish that so I don´t have to kill Maya everytime something goes wrong?
If you work using this method, what´s the way you execute the lines of code?
What should I do? What shouldn´t I do?