Everything
1.2 Features

The features of the Python console are shown below.

-

IronPython

The features of IronPython can be used.

In the IronPython language usable in the Python console, in addition to the features of the Python language, various class libraries of .NET Framework can be used.

For the language specifications of IronPython, see the following URL.

http://ironpython.net/

-

Project

Projects can be created and loaded. The active project can also be changed.

-

Build

Build can be executed in the entire project or in file units.

-

Debug

The debug tool can be connected or disconnected, program execution can be controlled, and memory data or variables can be referred to or set.

-

Obtaining sample scripts

You can obtain sample scripts that are executable in the Python console from the Renesas Web site.

You can also register script files with projects.

-

External communications with the Python 3 execution environment

CS+ can be controlled in the Python 3 execution environment.

For details on Python 3, see the following URL.

https://docs.python.org/3/