per-target option of automatically debugging subprocesses, or not

This commit is contained in:
Ryan Fleury
2024-11-14 14:18:35 -08:00
parent 95fe497056
commit 81c7c7a7c4
7 changed files with 75 additions and 8 deletions
+1
View File
@@ -17,6 +17,7 @@ struct D_Target
String8 stdout_path;
String8 stderr_path;
String8 stdin_path;
B32 debug_subprocesses;
String8List env;
};