Realtime watch

Sysprogs forums Forums VisualGDB Realtime watch

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23543
    mattia
    Participant

    Hello,

    are realtime watch and embedded profiler present even in non ARM microcontroller (Raspberry, ESP32, etc…)?

    Thank you,

    Mattia Berton

    #23548
    support
    Keymaster

    Hi,

    Real-time watch is only supported for microcontrollers that allow reading the target’s memory without stopping the target. Currently only ARM devices support that feature.

    Although it is technically possible on Linux-based devices like Raspberry Pi, VisualGDB doesn’t support it as the real-time view will not be accurate and would not cover library functions. Instead, for Linux-based devices (including Raspberry Pi), VisualGDB supports the valgrind profiler that can precisely measure the time spent in each function.

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