log experiment stages to separate files

This commit is contained in:
2026-05-06 20:30:41 +02:00
parent 644603fb8b
commit be2c4b7bf2
2 changed files with 136 additions and 137 deletions

View File

@ -381,7 +381,11 @@ my %handlers = (
);
},
'20. Run Build in GDB' => sub {
'20. Open TablePlus (Mars)' => sub {
system('tableplus');
},
'21. Run Build in GDB' => sub {
my @builds = grep { /linux/ } Util::find_subdirs($local_builds_dir);
my @selected_builds =
TUI::select_from_list( "Select Build to Run in GDB", 0, @builds );