Re: Eclipse IDE printing values automatically

2014-01-29 Thread Mark Lawrence
On 29/01/2014 06:26, mick verdu wrote: I am using Pydev 2.8 on Eclipse IDE. It is printing some values that haven't been printed with print command. How to deal with this problem? There are some very smart people on this list, but unless you give them details of what you've tried and

Re: Eclipse IDE printing values automatically

2014-01-29 Thread Denis McMahon
On Tue, 28 Jan 2014 22:26:56 -0800, mick verdu wrote: I am using Pydev 2.8 on Eclipse IDE. It is printing some values that haven't been printed with print command. How to deal with this problem? There's no print statement in the code you included to demonstrate the problem, which is probably

Re: Eclipse IDE printing values automatically

2014-01-29 Thread mick verdu
Thanks for reply. I am running file via ctrl+F11 and seeing output on pyDev Console. My code has got nested dictionaries, lists and tuples. What you want to see? -- https://mail.python.org/mailman/listinfo/python-list

Re: Eclipse IDE printing values automatically

2014-01-29 Thread Mark Lawrence
On 29/01/2014 20:23, mick verdu wrote: Thanks for reply. I am running file via ctrl+F11 and seeing output on pyDev Console. My code has got nested dictionaries, lists and tuples. What you want to see? Two things, code and context. See here for how to go about this http://sscce.org/ --

Re: Eclipse IDE printing values automatically

2014-01-29 Thread John Gordon
In 583ab407-7831-45d7-b15d-46b30a6cc...@googlegroups.com mick verdu mickve...@gmail.com writes: Thanks for reply. I am running file via ctrl+F11 and seeing output on pyDev Console. My code has got nested dictionaries, lists and tuples. What you want to see? One thing you could try is to

Eclipse IDE printing values automatically

2014-01-28 Thread mick verdu
I am using Pydev 2.8 on Eclipse IDE. It is printing some values that haven't been printed with print command. How to deal with this problem? -- https://mail.python.org/mailman/listinfo/python-list