List Info

Thread: variable length in the Eclplse detail pane




variable length in the Eclplse detail pane
country flaguser name
United States
2007-12-14 20:20:50
Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4676544

By: dmischel

I am using pydev in Eclipse for software development. It is
a terrific plug-in.
I have a problem viewing long strings as variables. It seems
that only the first
200 characters are displayed. There is a menu item in the
Variables view to
set the number of characters in the detail pane and it is
defaulting to 10,000.
I can set it to that or to 0 (unlimited) but it has no
effect.

Is there a way I can configure variable display length to be
longer than 200
(much longer would be great)?

Any insight into this issue would be greatly appreciated.

< david
David Mischel
San Francisco, CA


____________________________________________________________
__________
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

------------------------------------------------------------
-------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
_______________________________________________
Pydev-users mailing list
Pydev-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


RE: variable length in the Eclplse detail pan
country flaguser name
United States
2007-12-15 14:08:08
Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4677185

By: fabioz

That's currently hardcoded. You can change that at
org.python.pydev.debug/pysrc/pydevd_vars.py, line 131:

Change the code to have the limits you want...

if len(value) >  200:
    value = value[0:200]
    value += '...'


Note that the communication can become too 'expensive'
depending on the size
you define there.

Cheers,

Fabio

____________________________________________________________
__________
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

------------------------------------------------------------
-------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216
239;13503038;w?http://sf.net/marketplace
_______________________________________________
Pydev-users mailing list
Pydev-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )