Strings truncated
Brought to you by:
fabioz
There seems to be no way to see the full content of a long string in the debugger. This can be very frustrating. Since highlighting the variable in the table causes its value to be displayed in a separate scrolling pane, I would not expect the value to be truncated in this pane?
Logged In: YES
user_id=617340
Originator: NO
Yes... currently all the strings passed are truncated (mostly due to performance reasons), but you're right, there should be a way to see the whole string.
Note: in pydev extensions you could do a print in the interactive console