Skip to content

Commit 475fba6

Browse files
authored
Merge pull request #19 from ukos-git/add_linenumber_for_uncompiled
add linenumber for uncompiled procedure
2 parents 8c62e2d + 66b3697 commit 475fba6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

procedures/CodeBrowser.ipf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ Function addDecoratedFunctions(module, procedure, declWave, lineWave)
301301
for(idx = numEntries; idx < (numEntries + numMatches); idx += 1)
302302
func = StringFromList(idx, funcList)
303303
fi = FunctionInfo(module + "#" + func, procedure)
304+
if(!cmpstr(func, "Procedures Not Compiled"))
305+
fi = ReplaceNumberByKey("PROCLINE", fi, 0)
306+
endif
304307
if(isEmpty(fi))
305308
debugPrint("macro or other error for " + module + "#" + func)
306309
endif

0 commit comments

Comments
 (0)