v0.14.0
Tried using src-location-field on my format file, and it did not populate the db entries. When I manually do the splitting of file.c:42, and set the src-file-field and src-line-field respectively the db entries are populated.
One caveat that may be a factor is that my file entries contain full paths with /, but when I tried changing my regex to just include the filename, that also didn't work.
v0.14.0
Tried using
src-location-fieldon my format file, and it did not populate the db entries. When I manually do the splitting of file.c:42, and set thesrc-file-fieldandsrc-line-fieldrespectively the db entries are populated.One caveat that may be a factor is that my file entries contain full paths with /, but when I tried changing my regex to just include the filename, that also didn't work.