{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How to perform source-level debugging in Rust programs within the blockchain?","a":"First, install a debugger for your Rust project. Common debuggers include `rdbug`, `llvm-dbg`, and `gdb`. You can choose the appropriate debugger based on your project's requirements and preferences. The installation method usually involves adding relevant dependencies through Cargo (Rust's build system). For example, to install `rdbug`, you can add the following dependency in your `Cargo.toml` file:\n\n ```toml\n [dependencies]\n rdbg ="}]}],"pr":"d3d7434ddcfc5d9769552d35ded7f2c745a6f262019fd919774a2bdd6adcc408"}