Help:Lua debugging: Difference between revisions

Content deleted Content added
IDE: add Lunalysis plugin
Line 117:
 
=== Step debugger ===
Step debugging is a powerful tool that allows you to step through code one line at a time, and hover over variables to see their contents at the time of execution. IDEs that easily support Lua step debugging include [[ZeroBrane Studio]], and [[IntelliJ IDEA]] with itsvarious plugins ([https://plugins.jetbrains.com/plugin/9768-emmylua Emmy Lua] pluginor [https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis Lunalysis]).
 
=== RegEx ===