[wingide-users] Suggestion - Make Wing IDE handle pickle files
Wing IDE Support
support at wingware.com
Thu Mar 1 09:17:15 MST 2012
On 2/29/12 7:42 PM, Scott Chapman wrote:
> I just thought of this. ' Might be a nice addition to Wing.
>
> If I go to open a pickle or cPickle file, have Wing open it and let me
> edit and save it again.
You can read your pickle file and then look at the resulting data
structure in the debugger using the debug probe and stack data viewer.
Pickle files can reference classes that need to be defined in the
loading program so at least some pickle files cannot be loaded by a
generic reader.
Cheers,
John
More information about the wingide-users
mailing list