Currently, if you are using GDB/LLDB and try debugging Rust for the first time, you get a bad experience. This is because GDB/LLDB tutorials instruct users to start with b main, but main has no source, because it is not Rust main.
See the following post on users forum for how it usually goes: