Menu

Debug Internal Error

2004-12-26
2013-03-15
  • pythonologist

    pythonologist - 2004-12-26

    At breakpoints, the debugger always reports "An internal error occurred during Debug Source Lookup"; this also occurs on clicking the stack frame entries. It is not fixed by setting PYTHONPATH. I'm using PyDev 0.8.0 on Eclipse 3.1.0, Python 2.3.4, JVM 1.5.0, W2K. Ideas?

     
    • Edward Ivanovic

      Edward Ivanovic - 2005-01-17

      I have the same problem also using python 2.3.4, Eclipse 3.1M4, Win XP, JVM 1.5.0, PyDev 0.8.0.

       
    • Fabio Zadrozny

      Fabio Zadrozny - 2005-01-17

      I think that the problem is related to JVM 1.5.0 - eclipse still does not have a good support for it. Also, the lastest eclipse release is version 3.0.1. Later versions are only stable builds, that may not have compatibility with the current 3.0.1 version.

      So, I would reccomend getting the latest release and not stable version and sticking with java 1.4.xx instead of 1.5.

      From eclipse homepage:
      Latest Release    3.0.1    Thu, 16 Sep 2004 -- 11:25 (-0400)

       
    • HTrammel

      HTrammel - 2005-02-14

      I had the same problem with E 3.1.  I am now using E 3.0.1 and JVM 1.5.0_01 with no problems.  So you do not have to give up Java 1.5 to use pydev.

       
    • glin

      glin - 2005-02-24

      I have the same problem, PyDev 0.9.0, E3.1M4, Python 2.3.5,
      JVM both 1.4.2 and 1.5.01, Gentoo Linux

       
      • Fabio Zadrozny

        Fabio Zadrozny - 2005-02-24

        This is related to Eclipse 3.1 - it is still not supported!

        It will only be supported when it is a release version and not a stable build!

        cheers,

        Fabio

         
        • glin

          glin - 2005-02-24

          Yes, I switchet to E3.0 and debug is working.

           
    • Nobody/Anonymous

      I get the following error starting the debugger using
      Eclipse 3.0.1
      PyDev 0.9.1
      Java 1.4.2_04
      Python 2.3.4

      Traceback (most recent call last):
        File "c:\Develop\eclipse\plugins\org.python.pydev.debug_0.9.1\pysrc\pydevd.py", line 58, in ?
          import inspect
        File "C:\Develop\Python 2.3.4\lib\inspect.py", line 31, in ?
          import sys, os, types, string, re, dis, imp, tokenize, linecache
        File "C:\Develop\Python 2.3.4\lib\tokenize.py", line 100, in ?
          tokenprog, pseudoprog, single3prog, double3prog = map(
      AttributeError: 'module' object has no attribute 'compile'

      Running Python scripts from eclipse works fine.
      Any ideas?

      Thanks in advance