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 has been archived by the owner on Jun 14, 2024. It is now read-only.
And I would be happy to guide if you need any help. Skip the watchpoints part for now (but if you're super experienced with LLDB, go ahead).
The idea I had was to check if the following:
synIDattr(synID(line("."), col("."), 1), "name")
returns one of the names we are looking for (defined in the syntax file), to quickly assert that we are in the right line. Then use regex to extract the appropriate "number" (breakpoint, thread, frame ...) out. But if the former check does not simplify the latter regex, the former check may be skipped.
Ability to
The text was updated successfully, but these errors were encountered: