Rust program doesn't stop at break point using CodeLLDB.
As following screenshot shows, I set break point at line 21. But program never stop at the line.
When I tried with CUI, the program stop at the line as following screenshot shows.
lldb worked with CUI. So I think something may be wrong with my CodeLLDB setting. But I don't understand what setting is wrong at all. Could anyone tell me what's wrong with my setting?
Environment information is as follows. And I attach my launch.json (I don't use "sourceMap" in launch.json because I didn't move source code location)
CodeLLDB
1.6.2
OS
Ubuntu 18.04.5 LTS
Editor
Visual Studio Code (information from "Help->About")
Version: 1.55.2
Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d
Date: 2021-04-13T09:37:02.931Z
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Linux x64 4.18.0-25-generic
Compiler
rustc 1.48.0 (7eac88abb 2020-11-16) (output of "rustc --version")
Debugger
lldb version 6.0.0 (output of "lldb -v")