Jython Remote debugging Intellij Idea, using Pycharm plugin -


before marking duplicate please read full thread

os                 - windows xp primary language   - java scripting language - jython ide                - intellij idea python plugin      - pycharm 

i trying remote debug application runs in java , uses jython scripting language. followed steps mentioned in below link
http://www.jetbrains.com/pycharm/webhelp/run-debug-configuration-python-remote-debug.html#commentssection

  • i can start debugger
  • when application starts up, able connect debugger

however getting below critical warning -


pydev debugger: critical warning: version of python seems incorrectly compiled (internal generated filenames not absolute)
pydev debugger: debugger may still function, work slower , may miss breakpoints
pydev debugger: related bug: http://bugs.python.org/issue1666807


the problem

debugger doesn't stop @ break points.

i have searched lot of forums possible solutions -

  • delete *.pyc files
  • reinstall python version
  • extract python lib folder local file , add sys.path

none of these work me.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -