You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use VSCode project within zip and simply breakpoint past the list variable in Main as shown in the jpg.
Expected behavior
Debugger variable view correctly expands instead of failing
Actual behavior
Debugger variable view fails to expand variable
Additional context
My usage scenario would be to dynamically load a native dll and store function pointers to the respective functions as members inside a custom class so the native functions can be called. The zip project reproduces the issue with a bare minimum example.
Tested with all combinations in the environmental data. Basically the exact same failure was observed across all configurations.
I am not sure if 1.25.1 beta has rolled in the fixes in #4091, which is said to fix a similar issue with a function pointer local: #4052
Environment data
OmniSharp log
Debug log within zip
Steps to reproduce
Use VSCode project within zip and simply breakpoint past the list variable in Main as shown in the jpg.
Expected behavior
Debugger variable view correctly expands instead of failing
Actual behavior
Debugger variable view fails to expand variable
Additional context
My usage scenario would be to dynamically load a native dll and store function pointers to the respective functions as members inside a custom class so the native functions can be called. The zip project reproduces the issue with a bare minimum example.
Tested with all combinations in the environmental data. Basically the exact same failure was observed across all configurations.
I am not sure if 1.25.1 beta has rolled in the fixes in #4091, which is said to fix a similar issue with a function pointer local: #4052
fp_member.zip
The text was updated successfully, but these errors were encountered: