B
B
BrainHacker2012-11-10 18:24:14
Python
BrainHacker, 2012-11-10 18:24:14

Python Tools: Debug not starting

Hello.

The problem is this: Python Tools (PTVS 1.5 VS 2010 versions) do not allow debugging the script with the Start debugging command on my machine. Instead of debugging, the script just runs. The following messages appear in the console window:

C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Micro
soft\Python Tools for Visual Studio\1.5\visualstudio_py_debugger.py:1100: Unicod
eWarning: Unicode equal comparison failed to convert both arguments to Unicode -
 interpreting them as being unequal
  if module.filename.lower() == path.abspath(filename).lower():

// далее вывод скрипта

Moreover, if you run the script from the console, then you can attach to it and start debugging.

System Configuration:
- Win7 Ultimate x64
- VS2010
- Python 2.7.3
- PTVS 1.5 VS 2010

Does anyone know where to dig to be able to start debugging from studio?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BrainHacker, 2013-05-19
@BrainHacker

The path to the script should not contain Cyrillic characters (thanks to xanep ).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question