Lines Matching defs:debug
46 debug(wchar_t * format, ...)
477 debug(L"%s: (null)\n", name);
479 debug(L"%s: (empty)\n", name);
481 debug(L"%s: %s\n", name, s);
483 debug(L"%s: %.*ls\n", name, len, s);
496 #define DEBUG(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? (search->s) : L"(null)")
498 #define DEBUG_BOOL(s) debug(DEBUGNAME(#s) L": %s\n", (search->s) ? L"True" : L"False")
714 debug(L"# Failed to decode shebang line (0x%08X)\n", GetLastError());
724 debug(L"# Failed to decode shebang line (0x%08X)\n", GetLastError());
807 debug(L"# Did not find %s on PATH\n", filename);
820 debug(L"# ignoring recursive shebang command\n");
832 debug(L"# Found %s on PATH\n", buf);
845 debug(L"# Reading from %s for %s/%s\n", iniPath, section, settingName);
848 debug(L"# Found %s in %s\n", settingName, iniPath);
851 debug(L"# Did not find file %s\n", iniPath);
859 debug(L"# Reading from %s for %s/%s\n", iniPath, section, settingName);
862 debug(L"# Found %s in %s\n", settingName, iniPath);
865 debug(L"# Did not find file %s\n", iniPath);
976 debug(L"# Failed to open %s for shebang parsing (0x%08X)\n",
985 debug(L"# Failed to read %s for shebang parsing (0x%08X)\n",
992 debug(L"# Read %d bytes from %s to find shebang line\n", bytesRead, scriptFile);
1005 debug(L"# Invalid BOM in shebang line");
1011 debug(L"# No valid shebang line");
1027 debug(L"Shebang: %s\n", shebang);
1057 debug(L"# Treating shebang command '%.*s' as %s\n",
1084 debug(L"# Treating shebang command '%.*s' as 'py -%.*s'\n",
1087 debug(L"# Treating shebang command '%.*s' as 'py'\n",
1102 debug(L"# Treating shebang command '%.*s' as %s\n",
1139 debug(L"# Cannot select defaults for tag '%.*s'\n", search->tagLength, search->tag);
1361 debug(L"# Inconsistent parent value in tree\n");
1373 debug(L"# replaced %s/%s/%i in tree\n", node->company, node->tag, node->internalSortKey);
1376 debug(L"# not adding %s/%s/%i to tree\n", node->company, node->tag, node->internalSortKey);
1442 debug(L"# %s/%s has an invalid version tag\n", env->company, env->tag);
1562 debug(L"# %s/%s has no executable path\n", env->company, env->tag);
1634 debug(L"# Skipping %s due to PYLAUNCHER_LIMIT_TO_COMPANY\n", buffer);
1765 debug(L"Python executable %s missing from virtual env\n", buffer);
1916 debug(L"# Skipping APPX search due to PYLAUNCHER_LIMIT_TO_COMPANY\n");
1967 debug(L"# Installing with %s %s\n", command, arguments);
1969 debug(L"# Exiting due to PYLAUNCHER_DRYRUN\n");
2011 debug(L"# Cannot install Python with no tag specified\n");
2019 debug(L"# Cannot install for company %.*s\n", search->companyLength, search->company);
2043 debug(L"# Skipping %s: %s\n", command, arguments);
2161 debug(L"# Excluding %s/%s because it looks like 32bit\n", env->company, env->tag);
2163 debug(L"# Excluding %s/%s because it doesn't look 32bit\n", env->company, env->tag);
2423 debug(L"DuplicateHandle returned ERROR_INVALID_HANDLE\n");
2452 debug(L"LaunchCommand: %s\n", launchCommand);
2453 debug(L"# Exiting due to PYLAUNCHER_DRYRUN variable\n");
2481 debug(L"# about to run: %s\n", launchCommand);
2526 debug(L"child process exit code: %d\n", rc);
2592 debug(L"argv0: %s\nversion: %S\n", argv[0], PY_VERSION);
2674 debug(L"env.company: %s\nenv.tag: %s\n", env->company, env->tag);
2676 debug(L"env.company: (null)\nenv.tag: (null)\n");