You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging a normal program, -exec-run (aka run) should be sent first to start the execution of the program until it reaches the first breakpoint. This is not needed for targets like QEMU, -exec-continue works fine even for the first time.
When debugging a normal program, -exec-run (aka run) should be sent first to start the execution of the program until it reaches the first breakpoint. This is not needed for targets like QEMU, -exec-continue works fine even for the first time.