nakst/gf

Breakpoints not cleared if filename trimmed to fit in the breakpoint window

Closed this issue · 3 comments

aolo2 commented

It appears full filepaths are trimmed (to fit the "breakpoints" window maybe?). Anyway, when attempting to remove the breakpoint by right-clicking it in the "breakpoints" window and using the context menu, I get this message:
image

For reference, this is how the "breakpoints" window looks:
image

nakst commented

Does it work if you bump up this constant? https://github.com/nakst/gf/blob/master/gf2.cpp#L190

aolo2 commented

It does

nakst commented

Awesome. Fixed in 0866ba9.