Unfortunately that doesn't seem to work for me; I still get 
    
    
    #line 999999 "generated_not_to_break_here"
    
    
    Run

In fact with `-d:release` I also get 
    
    
    #line 189 "iterators.nim"
    
    
    Run

as a relative path as well as the correct absolute path in the same file 
    
    
    #line 188 
"/Users/e/.choosenim/toolchains/nim-1.0.0/lib/system/iterators.nim"
    
    
    Run

The absolute path works fine, but the relative path also messes up lcov. 

Reply via email to