JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
495 stars 106 forks source link

REPL console not working after update to PyCharm 2023.2CE #243

Closed doccodyblue closed 8 months ago

doccodyblue commented 11 months ago

After updating to build PC-232.8660.197 (running on Mac Sonoma) the REPL console doesn't connect anymore.

Error message is "Device path is not specified, please check settings." but the settings should be ok. Uploading to the miropython device still works as expected.

For now I use the Serial Monitor which is working - so the serial connection is not an issue.

gabemorris12 commented 11 months ago

There is an issue with the REPL not working at all for the latest update (#242 ). Until that gets fixed, you can download the jetbrains toolbox app and install the previous version, or you can install the previous version directly from their site.

doccodyblue commented 11 months ago

Thanks. Followed #242 and downgraded to continue development.

lancelote commented 8 months ago

REPL functionality is fixed in #253.