Full-featured Python IDE with intelligent editor and powerful debugger!

Wing IDE

Wing IDE 101 8.1.2.0

  -  67.7 MB  -  Freeware

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Wing IDE 101 8.1.2.0.


For those interested in downloading the most recent release of Wing IDE or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • Wing IDE 101 8.1.2.0 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Wing IDE 101 8.1.2.0 Screenshot 1
  • Wing IDE 101 8.1.2.0 Screenshot 2
  • Wing IDE 101 8.1.2.0 Screenshot 3

What's new in this version:

- Changed debug stepping to step over 'yield'.  Use Step Into to step to the return event, so the yielded value can be viewed, or Step Out to step directly to the enclosing frame.

Fixed:
- Don't step into asyncio internals when debug stepping on 'await' lines
- Immediately stop on exceptions that occur in 'async def' functions and methods
- Correctly detect package manager type on remote hosts and avoid consuming CPU
- Fix debugger failures seen when Django template debugging is enabled and a stack frame is of type _Frame
- Fix finding modules in packages that are not in the python path
- Fix finding classes when using type | type unions
- Fix sources assistant display of typing.Tuple return hint and union types in type subscripts
- Fix goto source from Django test results after the file is modified
- Fix creating a Django project from existing sources