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
Please make you search through our existing issues (both open and closed)
In the GDB command used for setting a data breakpoint, the -t option in -break-watch -t -i does not appear to be valid. According to the official GDB documentation, break-after should be used instead to achieve the hitCondition functionality.
Please make you search through our existing issues (both open and closed)
In the GDB command used for setting a data breakpoint, the -t option in -break-watch -t -i does not appear to be valid. According to the official GDB documentation, break-after should be used instead to achieve the hitCondition functionality.
cortex-debug/src/backend/mi2/mi2.ts
Line 729 in 0074bab
gdb comands document:
https://sourceware.org/gdb/current/onlinedocs/gdb.html/GDB_002fMI-Breakpoint-Commands.html
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: