mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Documentation: Update VSCodeConfiguration.md
- Update debug description for debugging on Linux with VSCode - Update build paths in documentation
This commit is contained in:
Notes:
github-actions[bot]
2025-05-06 14:01:23 +00:00
Author: https://github.com/Golho 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/0c2db2ab353 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4617
@@ -49,9 +49,9 @@ This error typically arises when CLion is not configured to use the correct buil
|
||||
|
||||
**Solution**: Ensure that CLion's build directory is set to the correct build directory for the selected profile.
|
||||
Navigate to `Settings -> Build, Execution, Deployment -> CMake` and in your selected profile, set the `Build directory` according to the profile:
|
||||
- Default -> "`Build/ladybird`"
|
||||
- Debug -> "`Build/ladybird-debug`"
|
||||
- Sanitizer -> "`Build/ladybird-sanitizers`"
|
||||
- Default -> "`Build/release`"
|
||||
- Debug -> "`Build/debug`"
|
||||
- Sanitizer -> "`Build/sanitizers`"
|
||||
|
||||
|
||||
## Notes for WSL Users
|
||||
|
||||
Reference in New Issue
Block a user