I cloned RenderDoc’s repository:
git clone https://github.com/baldurk/renderdoc.git
easily built renderdoc\renderdoc.sln
with MSVC2022 on my home machine, opened my Lines Game built on Windows with OpenGL:

and the first that I noticed was that it can’t display text correctly:

However, it was able to display partially drawn scene when I clicked on glDrawElements
at the right side of its main window:

and displayed depth and stencil buffers:

Also it displayed vertices:
