You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues with creating a development environment using CMake
1-) I tried to use vscode with the syntax higlight extension which mentioned in wiki.
With this approach everything works fine, but I can't set breakpoints in vscode
2-) I tried to use VS 2022 which works fine, but I couldn't make syntax highlighting work
So either I don't have debugging or syntax highlighting... Any suggestions?
Note: I'm using this repo as a template which is old, but CMakeLists.txt file seems to work fine (except I needed to '-in' flag to pass to cppfront which is mentioned below)
Note: I couldn't make cppfront work on windows with msvc so I had to pass '-in' flag to the cppfront. Any idea what's going on? (Build times seems a bit long, but I believe it's because of this)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm having issues with creating a development environment using CMake
1-) I tried to use vscode with the syntax higlight extension which mentioned in wiki.
With this approach everything works fine, but I can't set breakpoints in vscode
2-) I tried to use VS 2022 which works fine, but I couldn't make syntax highlighting work
So either I don't have debugging or syntax highlighting... Any suggestions?
Note: I'm using this repo as a template which is old, but CMakeLists.txt file seems to work fine (except I needed to '-in' flag to pass to cppfront which is mentioned below)
Note: I couldn't make cppfront work on windows with msvc so I had to pass '-in' flag to the cppfront. Any idea what's going on? (Build times seems a bit long, but I believe it's because of this)
Beta Was this translation helpful? Give feedback.
All reactions