Is config.toml supported? #680
Replies: 1 comment 1 reply
-
Any update on this? When I add this line to my lldb launch.json Configuration, which is Rust standard for handling configuration files, and I need to pass this into my executable as those variables are read into the runtime for the application to work properly: And then when I execute the debugger it returns with an error in a dialog box saying:
It seems like lldb can't handle the TOML table syntax of [env] which is what Rust config files must include to declare the section for environment variables. And without the [env] table header in that config.toml file then those variables won't be loaded into the application. |
Beta Was this translation helpful? Give feedback.
-
Hi, just curious lldb will support config.toml? (https://doc.rust-lang.org/cargo/reference/config.html)
I set [env] to retrieve additional environment variable but lldb does not seem to pick up.
Beta Was this translation helpful? Give feedback.
All reactions