OS X 10.8 Mountain Lion にアップグレードしたばかりで、pydev デバッガーが Aptana 3.0 でどのように動作するか理解できません。
Aptana の設定では、「/usr/bin/python」の場所に Python インタープリターをセットアップしています。システムライブラリは「/System/Library/Frameworks/Python.framework/Versions/2.7/...」から来ていると述べています
Aptana 内で Google App Engine プロジェクトのデバッガーを開始すると、コンソールに次のログが記録されます。
pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute)
pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints.
また、次のようにも述べています。
pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py
pydev debugger: Unable to find real location for: /Applications/Aptana Studio 3/plugins/org.python.pydev.debug_2.2.2.2011100512/pysrc/pydevd.py
pydev debugger: Unable to find real location for: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/posixpath.py
...
そして、「/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/」フォルダー内のすべての .py ファイルを一覧表示します。
アプリ エンジン プロジェクトは引き続き読み込まれますが、その理由がよくわかりません。Aptana 3.0 を構成するには何が必要ですか? また、この重大な警告が表示される原因となった OSX 10.7 と 10.8 の間の変更点は何ですか?