File tree Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 27
27
28
28
ErrorOr<int > serenity_main (Main::Arguments arguments)
29
29
{
30
+ AK::set_rich_debug_enabled (true );
31
+
30
32
[Application sharedApplication ];
31
33
32
34
Core::EventLoopManager::install (*new Ladybird::CFEventLoopManager);
Original file line number Diff line number Diff line change 14
14
15
15
ErrorOr<int > serenity_main (Main::Arguments arguments)
16
16
{
17
+ AK::set_rich_debug_enabled (true );
18
+
17
19
int fd_passing_socket { -1 };
18
20
StringView serenity_resource_root;
19
21
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ class LadybirdApplication : public QApplication {
87
87
88
88
ErrorOr<int > serenity_main (Main::Arguments arguments)
89
89
{
90
+ AK::set_rich_debug_enabled (true );
91
+
90
92
LadybirdApplication app (arguments.argc , arguments.argv );
91
93
92
94
Core::EventLoopManager::install (*new Ladybird::EventLoopManagerQt);
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ ErrorOr<String> find_certificates(StringView serenity_resource_root)
36
36
37
37
ErrorOr<int > serenity_main (Main::Arguments arguments)
38
38
{
39
+ AK::set_rich_debug_enabled (true );
40
+
39
41
int fd_passing_socket { -1 };
40
42
StringView serenity_resource_root;
41
43
Original file line number Diff line number Diff line change 15
15
16
16
ErrorOr<int > serenity_main (Main::Arguments arguments)
17
17
{
18
+ AK::set_rich_debug_enabled (true );
19
+
18
20
DeprecatedString pid_file;
19
21
20
22
Core::ArgsParser args_parser;
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ static ErrorOr<void> initialize_lagom_networking();
50
50
51
51
ErrorOr<int > serenity_main (Main::Arguments arguments)
52
52
{
53
+ AK::set_rich_debug_enabled (true );
54
+
53
55
#if defined(HAVE_QT)
54
56
QCoreApplication app (arguments.argc , arguments.argv );
55
57
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ static ErrorOr<pid_t> launch_headless_browser(DeprecatedString const& socket_pat
55
55
56
56
ErrorOr<int > serenity_main (Main::Arguments arguments)
57
57
{
58
+ AK::set_rich_debug_enabled (true );
59
+
58
60
auto listen_address = " 0.0.0.0" sv;
59
61
int port = 8000 ;
60
62
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ ErrorOr<String> find_certificates(StringView serenity_resource_root)
32
32
33
33
ErrorOr<int > serenity_main (Main::Arguments arguments)
34
34
{
35
+ AK::set_rich_debug_enabled (true );
36
+
35
37
int fd_passing_socket { -1 };
36
38
StringView serenity_resource_root;
37
39
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ static ErrorOr<void> initialize_lagom_networking();
30
30
31
31
ErrorOr<int > serenity_main (Main::Arguments arguments)
32
32
{
33
+ AK::set_rich_debug_enabled (true );
34
+
33
35
int fd_passing_socket { -1 };
34
36
35
37
Core::ArgsParser args_parser;
You can’t perform that action at this time.
0 commit comments