Kangaxx-0
Kangaxx-0
VSCode + LLDB is the only way I debug Rust code, if you guys has another way to debug day to day, I'd like to learn from you :)
Thanks for you guys sharing, I'd figured it out but forgot to leave some step-by-step instruction in case someone like me having the same issue I am taking my Linux...
@fdncred @rgwood @webbedspace I saw this change did not reorganize `Config` struct and also its `Default` impl, are we going to have a further refactor change, or they will stay...
To address this issue, please use string literal, something like " \\' xxxxxx \\' ", quotes do not work because [std::env::args()](https://doc.rust-lang.org/std/env/fn.args.html) does not reserve the quotes, the input `"hello#world"` will...