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 25e9d2c commit e891639Copy full SHA for e891639
Ladybird/AppKit/main.mm
@@ -71,7 +71,7 @@
71
Ladybird::WebContentOptions web_content_options {
72
.enable_gpu_painting = use_gpu_painting ? Ladybird::EnableGPUPainting::Yes : Ladybird::EnableGPUPainting::No,
73
.use_lagom_networking = Ladybird::UseLagomNetworking::Yes,
74
- .debug_web_content = debug_web_content ? Ladybird::DebugWebContent::Yes : Ladybird::DebugWebContent::No,
+ .wait_for_debugger = debug_web_content ? Ladybird::WaitForDebugger::Yes : Ladybird::WaitForDebugger::No,
75
};
76
77
auto* delegate = [[ApplicationDelegate alloc] init:move(initial_urls)
0 commit comments