We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e17bfc commit b56c211Copy full SHA for b56c211
lib/Terminal/Widgets/Simple/App.rakumod
@@ -71,6 +71,9 @@ class Terminal::Widgets::Simple::App is Terminal::Widgets::App {
71
# Make sure we see diagnostics immediately, even if $*ERR is redirected to a file
72
$*ERR.out-buffer = False;
73
74
+ # Turn on debugging if requested in environment
75
+ $PROCESS::DEBUG //= +(%*ENV<TERMINAL_WIDGETS_DEBUG> // 0);
76
+
77
# Provide hook for subclasses to perform boot-time initialization
78
self.boot-init(|c);
79
0 commit comments