cloe
cloe copied to clipboard
Create vscode debug environment
- [ ] conan build_type should be "Debug"
- [ ] integrate cloe speedup tips
- [ ]
make configureshould be executed to get proper hinting- when running the first time or after a
make cleanit should bemake configure CONAN_OPTIONS="-c tools.build:skip_test=1"to disable the tests. (The build time is faster without running the tests)
- when running the first time or after a
- [ ] create VERSION file?
Sometimes breakpoints are jumping a few lines up when debugging, could changing the build_type to Debug in conan profile improve it?
Sometimes breakpoints are jumping a few lines up when debugging, could changing the
build_typeto Debug in conan profile improve it?
Yes.
I rebased on ben/develop, so you'll have to reset to your origin.