Skip to content

Commit 061d83c

Browse files
author
Matthias Kastner
committed
add verbosity for debug
add output for debugging
1 parent 7a1b2d1 commit 061d83c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

procedures/CodeBrowser_gui.ipf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ End
175175
Function existsPanel()
176176
DoWindow $panel
177177
if(V_flag == 0)
178+
debugPrint("panel does not exist")
178179
return 0
179180
endif
180181
debugPrint("panel exists")

procedures/CodeBrowser_hooks.ipf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ static Function IgorBeforeQuitHook(unsavedExp, unsavedNotebooks, unsavedProcedur
1111

1212
string expName
1313

14-
debugprint("called")
14+
debugPrint("called")
15+
debugPrint("unsavedExp: " + num2str(unsavedExp))
1516

1617
BeforePanelClose()
1718
DoWindow/K CodeBrowser

0 commit comments

Comments
 (0)