ocamlearlybird icon indicating copy to clipboard operation
ocamlearlybird copied to clipboard

Breakpoints are dislocated.

Open Mng12345 opened this issue 1 year ago • 2 comments

image As the screen-shot, the breakpoint i add in the file of _build/default is dislocated, and some are unrerified.

Mng12345 avatar Feb 08 '24 05:02 Mng12345

May be the comment causes dislocated? image

Mng12345 avatar Feb 08 '24 05:02 Mng12345

I've seen it in some copied/preprocessed files that try to preserve the original location mapping through pragmas like # 1 "original_module.ml, for example at the top of the module. I think dune's copy_files# and cppo insert those.

sim642 avatar Feb 08 '24 07:02 sim642