Skip to content
Alexander Zaitsev edited this page Sep 28, 2016 · 12 revisions

Filtering feature

Press Live editor button. Uncomment lines:

//var filterRegex = "(^R$)|(^R\\$)|(.*\\$_ViewBinding$)|(.*\\$\\$ViewInjector$)";
//live_filter_graph(new RegExp(filterRegex, ""), "filtered", true);

You can add as many conditions as you want.

Clone this wiki locally