elmot / clion-embedded-arm

OpenOCD + STM32CubeMX support for CLion
https://blog.jetbrains.com/clion/2017/12/clion-for-embedded-development-part-ii
Other
170 stars 29 forks source link

Truncated register 16 in remote 'g' packet #89

Closed leech001 closed 6 years ago

leech001 commented 6 years ago

Expected Behavior

Truncated register 16 in remote 'g' packet

Actual Behavior

Truncated register 16 in remote 'g' packet

Process finished with exit code 0 Debugger disconnected

Steps to Reproduce the Problem

  1. Run Debug

Specifications

elmot commented 6 years ago

Could you, please provide full logs from both, openocd and gdb?

elmot commented 6 years ago

Should be fixed in 1.0.beta4. Please do not use bundled GDB under windows!

elmot commented 6 years ago

UPD: Bundled GDB should work again

leech001 commented 6 years ago

Perfectly. Thank you very much !