https://github.com/megapiggy/owlinenumbers
Adds line numbers to stack traces for mods with a portable pdb file.
https://github.com/megapiggy/owlinenumbers
line-numbers outer-wilds
Last synced: 10 months ago
JSON representation
Adds line numbers to stack traces for mods with a portable pdb file.
- Host: GitHub
- URL: https://github.com/megapiggy/owlinenumbers
- Owner: MegaPiggy
- License: mit
- Created: 2024-06-13T00:53:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T01:50:26.000Z (about 2 years ago)
- Last Synced: 2024-11-24T20:17:10.827Z (over 1 year ago)
- Topics: line-numbers, outer-wilds
- Language: C#
- Homepage: https://outerwildsmods.com/mods/linenumbers/
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Getting Line Numbers](https://owml.outerwildsmods.com/guides/getting_started.html#getting-line-numbers)
When developing your mod you may want to get line numbers in your stack trace.
This mod replaces the **mono-2.0-bdwgc.dll** file within **MonoBleedingEdge/EmbedRuntime** of the game's files.
This will degrade performance slightly, but will allow all mods that use the **Portable** debug type to have line numbers.
If you've used the template to create your mod, simply build with the "Debug" release candidate to have DebugType set to portable.