-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
awaiting-maintainerAwaiting review from Bazel team on issuesAwaiting review from Bazel team on issuesproduct: CLionCLion pluginCLion plugintype: bug
Description
Description of the bug:
When I click Run in clion, everything works fine, but when I click Debug, CMake will fail.
After checking, it is the -fdebug-compilation-dir
parameter that causes it. My project is in a directory named D
. After adding the -fdebug-compilation-dir parameter, CMake will think that \D
is an invalid escape.
Which category does this issue belong to?
CLion
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
In Windows, the bazel project is created in a directory named D
(e.g. E:\D\xx), then the zxing-cpp library is imported, some relevant code is written, and then debug is clicked.
Which Intellij IDE are you using? Please provide the specific version.
CLion
What programming languages and tools are you using? Please provide specific versions.
c++17, msvc 14.42.34321
What Bazel plugin version are you using?
2025.01.21.0.1-api-version-243
Have you found anything relevant by searching the web?
None
Any other information, logs, or outputs that you want to share?
None
Metadata
Metadata
Labels
awaiting-maintainerAwaiting review from Bazel team on issuesAwaiting review from Bazel team on issuesproduct: CLionCLion pluginCLion plugintype: bug
Type
Projects
Status
Untriaged