[erlang-questions] Couldnt not get abstract code for:...
Joseph Norton
norton@REDACTED
Tue Aug 30 14:22:40 CEST 2011
See here ...
http://learnyousomeerlang.com/modules
There are a whole lot of compilation flags existing to get more control over how a module is compiled. You can get a list of all of them in the Erlang documentation. The most common flags are:
-debug_info
Erlang tools such as debuggers, code coverage and static analysis tools will use the debug information of a module in order to do their work.
Joseph Norton
norton@REDACTED
On Aug 30, 2011, at 9:03 PM, Simsek Burak wrote:
> Hello,
>
> When i try to analyze the folder that .beam files in, with dialyzer, it gives "could not get abstract code for /../....../.. Recompile with debug_info or analyze starting from source code" error.
> What should i do?
>
> Regards,
> Burak
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110830/45603148/attachment.htm>
More information about the erlang-questions
mailing list