Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VSCode launch configuration for debugging chip-all-clusters-app
This commit introduces a new VSCode launch configuration specifically tailored for debugging the `chip-all-clusters-app` program. The launch configuration is set up to utilize the LLDB Debugger with various customizations to enhance the debugging experience. Key features of the new launch configuration include: - Configuration named "LLDB Debugger: All Clusters App (chip-all-clusters-app)" - Type set to "lldb" for LLDB Debugger integration - Launch request configured to start debugging - Expression evaluation mode set to "native" - Source mapping defined to map source paths appropriately - Custom pre-run commands executed before launching the program - Program and arguments specified for debugging chip-all-clusters-app - Environment variables set to ensure correct execution environment - Standard I/O configured for integrated terminal usage - Debugging session set to stop on entry for easier inspection By adding this launch configuration, developers can seamlessly debug the chip-all-clusters-app program directly from within VSCode, improving productivity and easing the debugging process.
- Loading branch information