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
This changes "#line" in generated C++ source:
#line 26 "doctokenizer.l"
to:
#line 26 "/absolute/path/to/doctokenizer.l"
so that gdb can recognize the original .l .y source locations and step
into them.
0 commit comments