Lines Matching defs:debug

66 debug(wchar_t * format, ...)
144 /* Do not define EXECUTABLEPATH_VALUE in debug builds as it'll
145 never point to the debug build. */
267 debug(L"locate_pythons_for_key: unable to open PythonCore key in %ls\n",
277 debug(L"Can't enumerate registry key for version %ls: %ls\n",
299 debug(L"%ls\\%ls: %ls", key_name, ip_path, message);
317 debug(L"%ls\\%ls: %ls\n", key_name, ip_path, message);
342 debug(L"locate_pythons_for_key: %ls: %ls",
346 debug(L"locate_pythons_for_key: '%ls' is a directory\n",
350 debug(L"locate_pythons_for_key: %ls: already found\n",
360 debug(L"Failure getting binary type: %ls\n",
373 debug(L"locate_pythons_for_key: %ls: \
399 debug(L"locate_pythons_for_key: %ls \
403 debug(L"locate_pythons_for_key: %ls-%i: already \
482 debug(L"Checking for Python executable in virtual env '%ls'\n", virtual_env);
487 debug(L"Python executable %ls missing from virtual env\n", venv_python);
504 debug(L"locating Pythons in 32bit registry\n");
511 debug(L"locating Pythons in 64bit registry\n");
517 debug(L"locating Pythons in native registry\n");
611 debug(L"found configured value '%ls=%ls' in %ls\n",
614 debug(L"found no configured value for '%ls'\n", key);
640 debug(L"search for Python version '%ls' found ", wanted_ver);
642 debug(L"'%ls'\n", result->executable);
644 debug(L"no interpreter\n");
666 debug(L"search for default Python found ");
668 debug(L"version %ls at '%ls'\n",
671 debug(L"no interpreter\n");
706 debug(L"GetModuleFileNameW returned value has no extension: %ls\n",
714 debug(L"File '%ls' non-existent\n", wrapped_script_path);
718 debug(L"Using wrapped script file '%ls'\n", wrapped_script_path);
739 debug(L"DuplicateHandle returned ERROR_INVALID_HANDLE\n");
743 debug(L"DuplicateHandle returned %d\n", rc);
782 debug(L"run_child: about to run '%ls'\n", cmdline);
821 debug(L"child process exit code: %d\n", rc);
994 debug(L"can't add %ls = '%ls': no room\n", name, cmdline);
1016 debug(L"read_commands: %ls: not enough space for names\n", config_path);
1023 debug(L"read_commands: %ls: not enough space for %ls\n",
1323 debug(L"maybe_handle_shebang: read %zd bytes\n", read);
1330 debug(L"script file is compiled against Python %ls\n",
1339 debug(L"maybe_handle_shebang: BOM not found, using UTF-8\n");
1343 debug(L"maybe_handle_shebang: BOM found, code page %u\n",
1353 debug(L"maybe_handle_shebang: No line terminator found\n");
1373 debug(L"maybe_handle_shebang: UTF-16BE, but an odd number \
1387 debug(L"UTF-16LE, but an odd number of bytes: %d\n",
1399 debug(L"UTF-32BE, but not divisible by 4: %d\n",
1414 debug(L"UTF-32LE, but not divisible by 4: %d\n",
1433 debug(L"parse_shebang: found command: %ls\n", command);
1451 debug(L"searching PATH for python executable\n");
1453 debug(L"Python on path: %ls\n", cmd ? cmd->value : L"<not found>");
1455 debug(L"located python on PATH: %ls\n", cmd->value);
1752 debug(L"launcher build: 64bit\n");
1754 debug(L"launcher build: 32bit\n");
1757 debug(L"launcher executable: Windows\n");
1759 debug(L"launcher executable: Console\n");
1766 debug(L"SHGetFolderPath failed: %X\n", hr);
1773 debug(L"File '%ls' non-existent\n", appdata_ini_path);
1776 debug(L"Using local configuration file '%ls'\n", appdata_ini_path);
1784 debug(L"GetFileVersionInfoSize failed: %ls\n", message);
1792 debug(L"GetFileVersionInfo failed: %X\n", GetLastError());
1797 debug(L"VerQueryValue failed: %X\n", GetLastError());
1822 debug(L"File '%ls' non-existent\n", venv_cfg_path);
1830 debug(L"File '%ls' non-existent\n", venv_cfg_path);
1835 debug(L"Using venv configuration file '%ls'\n", venv_cfg_path);
1844 debug(L"GetModuleFileNameW returned value has no backslash: %ls\n",
1853 debug(L"File '%ls' non-existent\n", launcher_ini_path);
1856 debug(L"Using global configuration file '%ls'\n", launcher_ini_path);
1862 debug(L"Called with command line: %ls\n", command);
1897 debug(L"Running wrapped script with command line '%ls'\n", newcommand);