Getting the Compiler:Error-Row when the compile error occurs in an include file -
does know whether it's possible error-row of file being compiled when error occurs in include file?
for example, i'm compiling file, abc.p, uses def.i on place. @ point, make change abc.p causes compile error in 1 of includes, message says error occurred @ line 123 of def.i, want know @ line in abc.p is. in other words, line number offending include file used.
even though "compiler:get-file-name(n)" returns def.i , "compiler:file-name" returns abc.p, both "compiler:get-row(n)" "compiler:error-row" returns line number in def.i.
any ideas?
my guess save compiler listing or debug file , @ that.
beyond that, don't think there's way - need submit enhancement request functionality.
Comments
Post a Comment