2024-04-24 06:54 PM
When trying to debug debug or run I got:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
I tried to run this manually and I got the same:
C:\ST\STM32CubeIDE_1.15.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.win32_2.1.200.202401191126\tools\bin> ST-LINK_gdbserver.exe -e -f debug.log -d -z 61235 -a 168000000 -b 168
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_M_construct null not valid
Any idea why the gdbserver stop working?
I re-installed STM32CubeIde and turn-off anti-virus but didn't work.