クイックフィックスを使用してPythonエラーをトレースしようとしています。makeprgを介してPythonを実行した後、:copen
ウィンドウには次のようなものが含まれます。
./test_semismooth.py|110| in <module>
./test_semismooth.py|57| in test_semismooth
/Users/irving/otherlab/other/sim/SemismoothStatic.py|82| in update AttributeError: 'SolverProps' object has no attribute 'solver_props'
:cn
/を使用してスローエラーを前後にトレースすると、絶対ファイル名は正常に機能しますが、にある場合でも:cp
検索に失敗します。test_semismooth.py
path
path=,.,~/physbam,~/otherlab/otherfab,~/duck,~/pentago,~/otherlab/other/sim,~/otherlab/other
具体的にtest_semismooth.py
は、にあります~/otherlab/other/sim
(現在のディレクトリはです~/otherlab/other
)。
パスを使用してクイックフィックスを実行しないのはなぜですか?これを修正する方法はありますか?