espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
297 stars 119 forks source link

use flash monitor in eclipse failed (IDFGH-13176) (IEP-1288) #1014

Closed ArvinHou closed 1 month ago

ArvinHou commented 1 month ago

Answers checklist.

General issue report

the setting in eclpse is bellow. Add "monitor" in launch configuration. image when use IDF v4.4.5, It works ok.When I click run, it automatically downloads and starts monitoring。 When use IDF v5.2.2,It works with error.

error: Monitor requires standard input to be attached to TTY

image How to solve this problem? I know I can manually open the terminal。But I'm still used to the kind of automatic monitoring。 Can it ? image

kolipakakondal commented 1 month ago

Hi @ArvinHou Thanks for your ticket. Currently it's not possible to open the monitor automatically after the flash. We are working on this enhancement, it will be part of the next release. Here is the PR https://github.com/espressif/idf-eclipse-plugin/pull/1013

Here is the update site archive for this PR https://github.com/espressif/idf-eclipse-plugin/actions/runs/9744907990/artifacts/1655560411

Please try out and see how it goes!

ArvinHou commented 1 month ago

@kolipakakondal Thanks,I have tested and provided feedback.