Skip to content

Add VS_EDIT_AND_CONTINUE_DEBUGGING variable.

lukka requested to merge lukka/cmake:master into master

Add a VS_EDIT_AND_CONTINUE_DEBUGGING target property in order to enable "edit and continue" (aka ENC) functionality for Visual Studio debugger. It is enabled by default using $<CONFIG:Debug>, but it could be also set to default off.

To do:

  • Adding documentation;
  • Adding unit tests;
Edited by Brad King

Merge request reports