diff --git a/src/wide/view/DebugView.wx b/src/wide/view/DebugView.wx index 26a8b3f9..01681388 100644 --- a/src/wide/view/DebugView.wx +++ b/src/wide/view/DebugView.wx @@ -160,7 +160,7 @@ Class DebugView Extends DockingView Local stdout:=_console.ReadStdout() If Not stdout Exit - If stdout="{{!DEBUG!}}~n" + If stdout="{{*** DEBUG ***}}~n" DebugStop() Continue End