I have edited the project configuration by adding a reference to an external library, which contains 3 lua files. If I attempt to set a breakpoint in one of the libraries the IDE ignores that. If I step into one of the library lua files from main.lua and set a breakpoint on the next line the debugger ignores that.
Of course if I manually copy the library lua files into the project’s folder debugging works as expected… but that defeats the purpose of the external library. Also the IDE does not show the files in the Projects pane.
Is there a way to make the debugger work correctly with external libraries?
Product Version: LuaGliderv19 201302132200
Java: 1.7.0_40; Java HotSpot™ 64-Bit Server VM 24.0-b56
Runtime: Java™ SE Runtime Environment 1.7.0_40-b43
System: Windows 8 version 6.2 running on amd64; UTF-8; en_US
(luagliderv19)