问题
I can see the following error report when I start up the debugger.
2> debugger:start().
=ERROR REPORT==== 23-Jan-2014::11:59:08 ===
ERROR: Could not find 'wxe_driver.so' in: /usr/local/Cellar/erlang/R16B03/lib/erlang/lib/wx-1.1.1/priv
{ok,<0.42.0>}
The debugger window still starts despite the error report.
Why the error? Will it cause debugger problem down the road?
Erlang runtime is installed by homebrew. Version number is R16B03
回答1:
I find a solution:
brew install wxmac
It works with erlang R16B03
来源:https://stackoverflow.com/questions/21297465/erlang-debugger-error-could-not-find-wxe-driver-so