Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 508 Bytes

Known-Issues.md

File metadata and controls

7 lines (4 loc) · 508 Bytes

Known issues in MCUXpresso for VS Code extension

Debug

  • For Zephyr projects, entering debug mode might show the PC cursor in a function called by main() instead of beginning of main(). This occurs because of the inlined calls inside main function. In order to avoid this behavior, set CONFIG_DEBUG_OPTIMIZATIONS=y in Kconfig configuration file and build the project again.

  • In the current version, there is no dedicated extra Debug RTOS view, except for the Call Stack thread awareness capability.