SectorUnkown / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Global namespce needs to be cleaned while debugging the same script twice #723

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.debug/ run a script 
2. try to debug again and it remembers all the names (in global scope)

What is the expected output? What do you see instead?
Every time I try to debug the global namespace should be cleared like the first 
time I debug/run script

What version of the product are you using? On what operating system?
 pyscripter v2.5.3.0 x86

Please provide any additional information below.
python 2.6.6 32bit on windows 7 64bit 

Original issue reported on code.google.com by sbhow...@gmail.com on 3 Feb 2013 at 2:40

GoogleCodeExporter commented 9 years ago
Please use the remote python engine, which is now the default and strongly 
recommended to avoid the issues you describe.  Run, Python engine remote.   See 
https://code.google.com/p/pyscripter/wiki/RemoteEngine for more info.

Original comment by pyscripter on 26 Mar 2015 at 5:41