Early resume button press causes stm32cubeide to fail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-23 2:00 AM
Hi
Using a G474 nucleo board and building a project and launching it everything works fine if I patiently wait for the debug session to be halted in the beginning of main(). However, if I instead hit the resume button maybe a second too soon, I instead get this error and have to re-launch the session. Can this be addressed?
Best regards
Martin
- Labels:
-
STM32CubeIDE
-
STM32G4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-24 2:51 AM
Hello Martin!
I'm not sure this is something that can be addressed easily. The problem is that the resume button is active while launching the debug session. You would simply need to not click it while the debug session is launching.
However, if you don't want to wait for the debug session to stop in main you can go to the startup tab of your debug configuration and untick the Set breakpoint at: main.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-24 3:15 AM
Hi thanks for the quick response.
I was hoping that this could be easily resolved, I'm not sure in anyway, but as this was something I cant seem to remember being trouble by in Atollic, I imagine that it worked differently.
BR
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-24 3:33 AM
Are you saying that "the great Eclipse" cannot even disable a GUI button? Doesn't seem to be the case:
https://stackoverflow.com/questions/36057237/how-to-enable-disable-button-in-eclipse-plugin-project
