How to use the online FUSE debug system

There really is nothing “to do”. It is present, it just works, and you don’t really need to do anything about it.

For instance, if you have a segmentation fault in a program, you just run gdb /usr/bin/program and debug away.

In other distributions you have to download and install debuginfo packages. The clr-debug-info project automates this process and makes it transparent.