Expected behavior
Press F11 to step into code and debug the code
Actual behavior
because no PDBs and source info are found, debugger steps over
Solution:
enable Source Link, upload the snupkg also to nuget symbol server to be later able to fetch the source from github during debugging to be able to step into the code.