Skip to content

Debugging and Diagnostics

Taiizor edited this page Jan 6, 2023 · 2 revisions

When Skylark is not behaving as you expect, this may be caused by an internal exception or configuration issue. Here are a couple of ways to sort things out.

Debug Symbols

Most Skylark packages include debug symbols (_.PDB) on https://symbolsource.org - adding it as a symbol server in Visual Studio can help when determining the cause of an exception from a sink.

Clone this wiki locally