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
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
c.ebreak is a 16-bit breakpoint instruction, which is required to set breakpoints on 16-bit instructions. However, it is only defined as part of the C extension. That means that if you implement one of the Zc extensions defined here but not all of C, that you cannot set breakpoints in that code.
c.ebreakis a 16-bit breakpoint instruction, which is required to set breakpoints on 16-bit instructions. However, it is only defined as part of the C extension. That means that if you implement one of the Zc extensions defined here but not all of C, that you cannot set breakpoints in that code.Did I miss something, or is this an oversight?