Commit 8352944
committed
debug(build): add environment variable verification before configure.py
Adding comprehensive debug logging to diagnose why environment variables
aren't being passed to configure.py subprocess even though env: process.env
is specified in exec() options.
Will show:
- Values of critical VS variables in process.env before exec()
- Number of variables being passed to subprocess
- Help identify if the issue is with spawn/exec implementation1 parent a224af3 commit 8352944
1 file changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1428 | 1428 | | |
1429 | 1429 | | |
1430 | 1430 | | |
| 1431 | + | |
| 1432 | + | |
| 1433 | + | |
| 1434 | + | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
1431 | 1447 | | |
1432 | | - | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
1433 | 1457 | | |
1434 | 1458 | | |
1435 | 1459 | | |
| |||
0 commit comments