Koneki debugger setup question

Hello all, I am trying to set up debugging with Koneki but I haven’t been able to successfully do so, I am using Windows 8, Corona 2014.2189 (2014.3.6) and  Koneki 1.2.

 

I’ve tried to set debugging a couple of ways:

 

  1. Using the Lua Attach to Application debug option, I set a timeout of 300s, local resolution and attached the lua debugger client manually since I had a file permission message when I tried to attach it to Corona SDK in program files I ended up copying and pasting the debugger.lua file myself.

 

I run the attach option and then open the Corona Debugger, the application runs as usual with no breakpoints hit.

 

2.With a debug configuration that uses the Corona SDK as alternate interpreter with these arguments and disabling the Accept -e code option.

 

In both cases when I debug the breakpoints are never hit and the application seems to run normally.

 

I would appreciate some help figuring this out, thanks in advance.