Skip to content

Commit 77ff5b1

Browse files
committed
Show Codebrowser procedures in the CodeBrowser
Switching to debug mode is just too tedious.
1 parent 81229cc commit 77ff5b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

procedures/CodeBrowser.ipf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,9 +953,6 @@ Function/S getModuleList()
953953
moduleList = ListMatch(moduleList,"!RCP*",";") // skip WM's Resize Controls modul
954954
String module = GetIndependentModuleName()
955955

956-
if(!debuggingEnabled && !isProcGlobal(module))
957-
moduleList = ListMatch(moduleList,"!" + module,";") // skip current module
958-
endif
959956
moduleList = "ProcGlobal;" + SortList(moduleList)
960957

961958
return moduleList

0 commit comments

Comments
 (0)