Home

Awesome

juce-toys

NATVIS

A NatVis file is provided to help with debugging in Visual Studio. You won't want to be without it. Refer to Microsoft's NatVis instructions for installation. It'll need to go in the right folder.

See https://msdn.microsoft.com/en-us/library/jj620914.aspx

LLDB

An equivalent LLDB file is provided. Installation instructions are in the comments at the top of the file. See juce_lldb_xcode.py.

If you'd like to add new types, see Sudara's guide to creating lldb type summaries and children.

JCF_DEBUG: JUCE Debugging Module

There are five development debugging utilities in the juce module jcf_debug.

I use these all the time. They are:

The debuggers aren't pretty - but they are functional and shouldn't crash! Let me know if you get any problems!

MULTITHREADING

A JUCE Module for multi-threading problems in audio plugins. See the Doxygen documentation for more information.

** Other

A collection of parts and ideas which might be useful to people using JUCE.