xo-interpreter2: skrepl: enable debug for X1 collector
This commit is contained in:
parent
459abd4925
commit
a891f5d2c2
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue