cloe icon indicating copy to clipboard operation
cloe copied to clipboard

Create vscode debug environment

Open CzBalti opened this issue 2 years ago • 3 comments

  • [ ] conan build_type should be "Debug"
  • [ ] integrate cloe speedup tips
  • [ ] make configure should be executed to get proper hinting
    • when running the first time or after a make clean it should be make configure CONAN_OPTIONS="-c tools.build:skip_test=1" to disable the tests. (The build time is faster without running the tests)
  • [ ] create VERSION file?

CzBalti avatar Dec 15 '23 11:12 CzBalti

Sometimes breakpoints are jumping a few lines up when debugging, could changing the build_type to Debug in conan profile improve it?

CzBalti avatar Dec 15 '23 11:12 CzBalti

Sometimes breakpoints are jumping a few lines up when debugging, could changing the build_type to Debug in conan profile improve it?

Yes.

cassava avatar Jan 08 '24 14:01 cassava

I rebased on ben/develop, so you'll have to reset to your origin.

cassava avatar Apr 22 '24 13:04 cassava