Skip to content

Commit c798662

Browse files
committed
Fixed 'Wide' DebugView view
1 parent c33daa3 commit c798662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wide/view/DebugView.wx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Class DebugView Extends DockingView
160160
Local stdout:=_console.ReadStdout()
161161
If Not stdout Exit
162162

163-
If stdout="{{!DEBUG!}}~n"
163+
If stdout="{{*** DEBUG ***}}~n"
164164
DebugStop()
165165
Continue
166166
End

0 commit comments

Comments
 (0)