View Application Source Code
After an application is released, its configurations are first compiled into EdgeLang code, then compiled into Lua code and distributed to the various gateway nodes.
When dealing with error logs, you may need to locate the root cause of the problem precisely, and for this purpose, you may need to consult the generated EdgeLang and Lua source code. To facilitate this, we offer a feature that allows you to access this source code easily.
Note: This feature is available from version
24.3
onwards.
View Source Code
Click on the Source Code
option in the left menu of the application, and you can view the latest EdgeLang and Lua source code of the application. The source code displayed here will also be synchronized whenever the application is updated.
View EdgeLang source code:
View Lua source code: