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
Debugging SapNwRfc in case things don't work out as expected is difficult to do with NuGet.
Visual Studio will only show decompiled source, and refuses to add breakpoints.
Debugging SapNwRfc in case things don't work out as expected is difficult to do with NuGet.
Visual Studio will only show decompiled source, and refuses to add breakpoints.
Adding debug symbols would solve the breakpoint issue, adding SourceLink would solve the "decompiled source only" issue.
The text was updated successfully, but these errors were encountered: