Can clangd be equipped with JIT

im using clangd in vscode , its performing very well. at the same time im tired of using debugger even they are with scripts to check how my code runs. I wonder , since clang(d) already got the ast and compile command , is there a tool able to just JIT them into runtime (I’ll be happy to offer arguments or mock or test function )