[erlang-questions] Couldnt not get abstract code for:...

Kostis Sagonas kostis@REDACTED
Tue Aug 30 14:27:07 CEST 2011


On 08/30/11 15:03, 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?

Hmm... let's see your options:

  1. Re-create these .beam files by using the BEAM compiler option 
debug_info. (You specify it as +debug_info to erlc.)

  2. Analyze the .erl files that correspond to these .beam files.

Option #1 is typically easier (because you do not need to specify 
possible define values or include paths) but it's your choice really.

Kostis



More information about the erlang-questions mailing list