Skip to content

Commit 2b89d41

Browse files
committed
Set debug = true
1 parent 3d0cee2 commit 2b89d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/hot_restart_breakpoints_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int setupNum = 0;
2525

2626
void main() {
2727
// Enable verbose logging for debugging.
28-
const debug = false;
28+
const debug = true;
2929
final provider = TestSdkConfigurationProvider(
3030
verbose: debug,
3131
canaryFeatures: true,

0 commit comments

Comments
 (0)