summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 041a82e..0b3a471 100644
--- a/README.org
+++ b/README.org
@@ -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