[erlang-questions] Record information

Vlad Dumitrescu vladdu55@REDACTED
Wed Sep 20 12:17:00 CEST 2006


> Is there a way to find information on a record? That is, what fields it
> contains, etc.?

There is also a simple module in jungerl, called rec_info (in the msc
libarary), that tries to retrieve the record information from the beam
file. This is possible if it was compiled with debug information.

best regards,
Vlad



More information about the erlang-questions mailing list