Starting one of the sokol-samples from the sapp directory in RenderDoc 1.10 causes the sample app to quit immediately and nothing being recorded in RenderDoc.
This happens since the D3D11 swapchain code was rewritten in sokol_app.h:
https://github.com/floooh/sokol/commit/cb50040aab19ef299117742f983bb2f99283ef46#diff-42747840ac0dd5aaeaa9368919646cc57e72a0bb54c03ad85c7eac18956ea584
RenderDoc can't get the backbuffer:

...looks like it's this code in RenderDoc which fails where RenderDocs's DXGISwapChain::GetBuffer() wrapper calls the original implementation:
Looks like the current RenderDoc nightly build is working (so the next release 1.11 should work).
https://renderdoc.org/autobuilds/v1.x/2020/RenderDoc_2020_11_07_2bfccb13_64.zip