DEV Community

Discussion on: Debugging Lua inside Openresty inside Docker with IntelliJ IDEA

Collapse
 
sulbigar profile image
Sulbigar Shanawaz • Edited

This is great write up. I’m trying to do the same thing.

  1. When I try to change the bootstrapping code in debug configuration it is not allowing me to override the code with shared object changes? Don’t we need to update the debug configuration? Answer: NO
  2. I see that you have a module called init_emmy_debugger. Is that the place where the bootstrapping code should go and debug config should be set as recommended by the ide? Answer: YES

Never Mind: Managed to find answers and made it work. Also provided the answer above.

@omervk