From 395643c7118eaabf4f55759278401ce85aaaa095 Mon Sep 17 00:00:00 2001 From: konstantin Date: Mon, 29 Jan 2024 07:53:43 +0000 Subject: [PATCH] docs: Add instructions on how to debug (#143) * Add instructions on how to debug * Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3a0db00..45b542b 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ EDI Library for german energy market # This library won't provide much value without the corresponding template files. These are distributed separately by Hochfrequenz. Please contact info (at) hochfrequenz.de for more information. + +# Development +## I want to debug this library +EDILibrary comes with SourceLink enabled, so you can load its debugging symbols from nuget. +In Visual Studio, under Settingsāž”Debugging **un**check "Enable Just My Code" (or follow the instructions [here](https://stackoverflow.com/a/654711/10009545))