Skip to content

Commit

Permalink
docs: Add instructions on how to debug (#143)
Browse files Browse the repository at this point in the history
* Add instructions on how to debug

* Update README.md
  • Loading branch information
hf-kklein authored Jan 29, 2024
1 parent c971414 commit 395643c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 395643c

Please sign in to comment.