| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7da8a41 commit 38d36e3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3443,11 +3443,15 @@ static bool ParseDebugOpt(const char* arg) { | |||
| 3443 | 3443 | PrintHelp(); | |
| 3444 | 3444 | exit(12); | |
| 3445 | 3445 | } | |
| 3446 | + #if HAVE_INSPECTOR | ||
| 3446 | 3447 | if (use_inspector) { | |
| 3447 | 3448 | inspector_port = port_int; | |
| 3448 | 3449 | } else { | |
| 3450 | + #endif | ||
| 3449 | 3451 | debug_port = port_int; | |
| 3452 | + #if HAVE_INSPECTOR | ||
| 3450 | 3453 | } | |
| 3454 | + #endif | ||
| 3451 | 3455 | } | |
| 3452 | 3456 | ||
| 3453 | 3457 | return true; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments