Hello MM,

if you are debugging your application and the debugger is waiting for the next command (Step in, Step over, ...), you can open the Debug-Viewer and inspect all global and local variables. There you can expand your list/ dictionary and see every entry at it's own.

See details on Eric5 Technical Report, page 201:
http://eric-ide.python-projects.org/eric-documentation.html

Tobias

MM schrieb am 05.06.2014 10:53:
Hi,

If I have a very large list or dictionary, if I type the var name in the python shell then Enter, it will print out everything which can be hard to read.

Is there a way to display the value of the variable in a structured widget, to be able to scroll down and up the large number of entries in the dict or list?

Rds, 


_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric


_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to