macOS: hitting breakpoint hangs (m1 mac)
Unsolved
Qt Creator and other tools
-
building / debugging intel app on m1
when i hit a breakpoint, my app just hangs, debugger never activates. if i then hit the "pause" button in the debugger, i see message "inetrrupt requested…". Must pick "abort debugging" from debug menu, sometimes twice for it to take effect.
the only workaround seems to be this: after my app has started, hit the pause button, which causes a successful break into the event loop, then continue. then when a breakpoint is hit, it actually halts in the debugger.
tried with and without "separate debug info files" enabled
-
bump (this is extra text so it qualifies as a "longer post")
-
@davecotter You should consider to file a bug in Qt bug tracker as here we are in a user forum.
-
-