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.
我正在使用erlang 17.3并且可以确认跟踪工具喜欢使用标志编译的模块redbug,recon但不能使用它。+native这是预期的吗?我在网上找不到任何可以确认这种行为的文档。如果这不是错误,那么我想知道我HiPE在愤怒中调试编译代码的选项。
erlang 17.3
redbug
recon
+native
HiPE
根据其文档,本机编译器似乎不支持跟踪:
HiPE 不支持跟踪Erlang 调用跟踪。调用 erlang:trace_pattern({M,F,A}, ...) 对 HiPE 编译的模块没有任何影响。