Debugger bug: v1.9 - Step Over not working for lua logging module.

Hi M.Y. Developers,

I added the lua logging framework found here: http://neopallium.github.io/lualogging/manual.html

For some reason during a debugging session pressing F8 for step over does not work for lines that call the logging framework.

[lua]

require “logging”

local logger = logging.new(function(self, level, message)

    print(level, message)

    – return true

end)

logger:setLevel (logging.DEBUG)

logger:info(“info line 1”) – Fails to step over here.

logger:info(“info line 2”)

logger:info(“info line 3”)

[/lua]

I am attaching a test project below.

Nathan.

Hello Nathan,

Thank you very much for the sample project. An update with the fix is available. The subversion bug you reported earlier is also fixed.

Regards,

M.Y. Developers

Hello Nathan,

Thank you very much for the sample project. An update with the fix is available. The subversion bug you reported earlier is also fixed.

Regards,

M.Y. Developers