diff options
author | Wataru Ashihara <wataash@wataash.com> | 2020-05-23 09:22:27 (GMT) |
---|---|---|
committer | Wataru Ashihara <wataash@wataash.com> | 2020-05-23 10:10:37 (GMT) |
commit | 1a683c1864eaac3255f464dd63eff3619bd9ced6 (patch) | |
tree | bd03e81397eaeae995f67e33c4dc7144e456adf7 /src/definition.cpp | |
parent | ff5ba4a40fa13c0987272d463ba0edc57bc10fa6 (diff) | |
download | Doxygen-1a683c1864eaac3255f464dd63eff3619bd9ced6.zip Doxygen-1a683c1864eaac3255f464dd63eff3619bd9ced6.tar.gz Doxygen-1a683c1864eaac3255f464dd63eff3619bd9ced6.tar.bz2 |
Improve flex/bison debuggability with gdb
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.
Diffstat (limited to 'src/definition.cpp')
0 files changed, 0 insertions, 0 deletions