xo-interpreter2: skrepl: enable debug for X1 collector

This commit is contained in:
Roland Conybeare 2026-03-25 21:13:40 -04:00
commit a891f5d2c2

View file

@ -250,6 +250,8 @@ main (int argc, char * argv[])
AppConfig cfg;
// [cmdline options here]
cfg.vsm_config_.x1_config_.debug_flag_ = true;
App app(cfg);
app.run();