Using Semihosting for Debug Output with VisualGDB

Sysprogs forums Forums VisualGDB Using Semihosting for Debug Output with VisualGDB

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25275
    ExtSol
    Participant

    Dear support,

    I want to use printf function for real time debugging.

    I following this tutorial: https://visualgdb.com/tutorials/arm/semihosting/

    In step 7 i not ask a question from detection, and ARM semihosting console window is missing from menus.

    Where can i find the console?

    #25287
    support
    Keymaster

    Please ensure your project is built with semihosting support via VisualGDB Project Properties -> Embedded Project Properties -> Implementations for syscalls -> With Semihosting.

    #25298
    ExtSol
    Participant

    I found it at: https://imgur.com/a/mHnliuv

    Now working fine!

    Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.