I have recently updated my Visual Studio 2022 Enterprise to version 17.10.1. When debugging SQL from within VS, I encounter the error
Frame not in module (the current stack frame was not found in a loaded module. Source cannot be shown for this location).
How can I resolve this issue?
I tried restarting Visual Studio and reloading the project. I also ensured all necessary modules were loaded and checked for any updates or patches. Despite these efforts, the Frame not in module
error persists. I was expecting the debugger to properly load the stack frame and display the source code for the current location.