diff options
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ See [[https://code.visualstudio.com/docs/cpp/launch-json-reference][options]]. 2. Prepend the =llvm= path to the =PATH= variable (=$(brew --prefix --installed llvm)/bin=) 3. =M-x dape= and pass in arguments of interest - To pass arguments, use =:args ["arg1" "arg2" ..]= - - To pass environment variables, use =:env ["RUST_LOG=WARN" "FOO=BAR"]= + - To pass environment variables, use =:env (:RUST_LOG "WARN" :FOO "BAR")= - To use a different program instead of =a.out= (e.g., for Rust), use =:program "target/debug/<crate_name>"= ** Python - debugpy |
