Cannot debug FSI with VS 2022, unless adjusting "Enable Just My Code" setting, and not wanting to use other debugger features
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
This is continuation for #15820.
The ticket was fixed, but it involves a step that the user will not know about, which is to require unchecking "Enable Just My Code":

This has side effects on the debugging experience, like stepping through framework or dependencies code that aren't initially loaded in the IDE.
I also notice that none of the expected debug feature related to showing variables, ability to use the immediate window are working:

I think those features have been major reason for FSI effectiveness and usefulness in the past, and right now the experience of "right click / Debug In Interactive" (or attaching to FSI process) is not really something I can introduce users to.
It would be great if it can be fixed in the future.
Contributor guide
Assessment
This issue has not been assessed yet.