Embedthis Ejscript 1.1.2
Home >User Guide> Generating Listings

See Also

Generating Listings

To generate symbolic assembler listings, use the ejsmod command with the --listing switch. First compile your source with --debug to include symbolic debugging instructionss and then run ejsmod.

For example, if the script file myscript.es has some global functions you wish to disassemble, use the following commands:

ejsc --debug myscript.es
ejsmod --listing default.mod

See ejsmod for full details of the other options available when using ejsmod.

© Embedthis Software LLC, 2003-2012. All rights reserved. Embedthis, Ejscript and Appweb are trademarks of Embedthis Software LLC.