I got this error on my ubuntu when I run the debugger: start ().
Erlang R14B02 (erts-5.8.3) [source] [smp:4:4] [rq:4] [async-threads:0] [kernel-poll:false] Eshell V5.8.3 (abort with ^G) 1> debugger:start(). =ERROR REPORT==== 14-Feb-2012::17:57:27 === ERROR: Could not find 'wxe_driver.so' in: /usr/local/lib/erlang/lib/wx-0.98.9/priv {ok,<0.36.0>}
I want to know how to fix a bug in order to use the debugger?
source share