Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4341186
By: boostpy2005

During the debugging, one can display the value or structure of a variable.
But if the content of variable such as a list is encoded, then there is an error
message: Error  Could not resolve variable

Besides, there is also some troubles with the encoding other than ASCII, for
example, my code run without problem if I run it, but if I start with debug,
then I become sometimes the following one

Traceback (most recent call last):
  File "C:\eclipse32\plugins\org.python.pydev.debug_1.3.2\pysrc\pydevd_vars.py",
line 156, in frameVarsToXML
    xml += varToXML(v, str(k))
  File "C:\eclipse32\plugins\org.python.pydev.debug_1.3.2\pysrc\pydevd_vars.py",
line 135, in varToXML
    xmlValue = ' value="%s"' % (makeValidXmlValue(urllib.quote(value, '/>_=
\t')))
  File "c:\programme\python243\lib\urllib.py", line 1117, in quote
    res = map(safe_map.__getitem__, s)
KeyError: u'\xe4'
unexpected error, recovered safely u'\xe4'

By the way, I use the  current pyDev & Extension under Eclipse 2.2.1

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to