https://github.com/dawedawe/externalsourcedebugscenarios
https://github.com/dawedawe/externalsourcedebugscenarios
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dawedawe/externalsourcedebugscenarios
- Owner: dawedawe
- Created: 2023-04-21T16:11:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T19:50:47.000Z (about 3 years ago)
- Last Synced: 2025-01-21T23:42:36.941Z (over 1 year ago)
- Language: F#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository tries to show the current issues C#/F# developers face when debugging in Rider.
In order to enhance the debugging experience it would be beneficial to have something like a whitelisting functionality in Rider, so a developer could list external assemblies/namespaces/packages that the developer wants to be able to step into while all non-listed external assemblies/namespaces/packages would be ignored by the debugger.
If the whitelist consists of assembly names or namespaces or package names is not all that important.
Any approach here would improve the current state.