Bug with lldb debugging in windows

I am trying to debug the app build with msvc using lldb.
While I can debug the same in vscode (1.94) and codeLLDB extension (1.11.0). It doesn’t seem to work with Cursor IDE.
I get an error on error:

cannot create helper object for: 'codelldb.debug_info.DebugInfoCommand'
Debug adapter exit code=3221225477 (0xc0000005), signal=null.

it seems to me cursor is preventing codelldb to run properly.
I am using Cursor (0.42.2)