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.
我在一个数组中收集了一些 CompiledMethods,现在想在浏览器中手动查看它们。不知何故,我在 Pharo by Example 的反射章节中找不到解决方案。
在 Pharo (1.4) 中的 CompiledMethods 集合上打开浏览器的方法是什么?
SystemNavigation default browseAllSelect: [ :e | methodCollection includes: e ].