How do I filter stacks when debugging Android applications? I’ve selected .java from the list in the “Edit Step Filters” dialogue, but it didn’t help. Can I add a filter or package?
How do I filter stacks when debugging Android applications? I’ve selected .java from the
Share
The short answer is “you can’t.” The step filters only apply when you’re stepping with the debugger. Apparently Mylyn can do this, but there’s no generic support.