Can I debug LLVM target the same way as a unit test? The application is generated under bin/llvm after building, but I'm having trouble setting up the debugging configuration. I've tried adding a new configuration to launch.json with "target": llvm but it's not working for this setup. Could you please provide the correct process or configuration for debugging LLVM targets?