Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当试图在 Visual VM 中分析 groovy 代码时,我必须手动添加设置以过滤掉groovy.*和org.codehaus.*每次分析中的类。有什么地方我可以把它设为默认值吗?
groovy.*
org.codehaus.*
尝试转到工具 > 选项 > 分析并创建所需的预设。