mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 04:28:12 +00:00
stdout/stderr/stdin file path overrides for targets
This commit is contained in:
@@ -14,6 +14,9 @@ struct D_Target
|
||||
String8 args;
|
||||
String8 working_directory;
|
||||
String8 custom_entry_point_name;
|
||||
String8 stdout_path;
|
||||
String8 stderr_path;
|
||||
String8 stdin_path;
|
||||
String8List env;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user