ControlCore-Project / concore-editor

The concore Editor
http://controlcore-project.github.io/concore-editor
BSD 3-Clause "New" or "Revised" License
9 stars 19 forks source link

Run is disabled even after the build is complete #178

Closed pradeeban closed 1 year ago

pradeeban commented 1 year ago

The "Run" button must be enabled when the build is complete. Currently, the "Debug" is enabled. But "Run" is not. Both of them must be enabled at the same time.

@Rahuljagwani

Rahuljagwani commented 1 year ago

The "Run" button must be enabled when the build is complete. Currently, the "Debug" is enabled. But "Run" is not. Both of them must be enabled at the same time.

@Rahuljagwani

Hi @pradeeban

I remember me, Mark and you discussed it and the conclusion was that it does not make sense to "Run" immediately after building a study, "Debug" has to be executed in between. However, when output from "Debug" is cleared, then "Run" works. I am not sure if I am completely correct, but I remember discussing it.

Rahuljagwani commented 1 year ago

made a PR: https://github.com/ControlCore-Project/concore-editor/pull/180

pradeeban commented 1 year ago

Merged. Thanks.