Skip to content
QtWS25 Last Chance
  • Create sequence diagram from debugger

    Unsolved General and Desktop debugging uml sequence call stack
    5
    0 Votes
    5 Posts
    1k Views
    Chris KawaC
    @Gustaf-D As far as I know there's no such thing for Qt Creator, but if your app can run on Windows you can use Visual Studio to attach a debugger and use the Diagnostic Tools. They have function call graphs, CPU and memory profiling, hot path discovery and much much more. You can start/stop data collection on breakpoints like you asked.