Debugging

How to debug C# code actions in Streamer.bot
Documentation Needed
This section is missing documentation. If you'd like to help out, please consider contributing on GitHub!

Compiling Log

This view allows you to see the output from the compiler when you attempt to compile your code.

This will show any compiler errors, as well as general information when trying to find references

References

This view displays the references required for compiling your code.

You can Right-Click within the pane to open the context menu, allowing you to manually add specific references.

When adding using directives in your code, make sure you also click the Find Refs button to attempt to automatically locate the required references