You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/09/01 07:27:37 UTC

[GitHub] [apisix] zhuchengxing opened a new issue #2140: request help:

zhuchengxing opened a new issue #2140:
URL: https://github.com/apache/apisix/issues/2140


   ### Issue description
   
   Hello, excuse me! What IDE to use for development? How to debug? What else do I need to do besides installing OpenResty locally? I am a Java development, just started this piece, I now clone the source code, using Vscode and Intellij idea to try to execute the code, but there are always various errors!
   ### Environment
   
   * apisix version (cmd: `apisix version`): 1.5
   * OS: windows
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on issue #2140: request help: What IDE to use for development? How to debug?

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #2140:
URL: https://github.com/apache/apisix/issues/2140#issuecomment-684532066


   I think we can close this issue


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] moonming commented on issue #2140: request help:

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #2140:
URL: https://github.com/apache/apisix/issues/2140#issuecomment-684520702


   I use vacode as the IDE, and print logs to debug, and there is no modern method to debug OpenResty programs.
   What error did you encounter specifically?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] membphis commented on issue #2140: request help: What IDE to use for development? How to debug?

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #2140:
URL: https://github.com/apache/apisix/issues/2140#issuecomment-684531194


   > but there are always various errors!
   
   we should use `ngx_lua`, it is different from standard Lua.
   
   ```
   "luacheck.globals": [
           "--std", "ngx_lua",
           "--no-redefined",
           "--max-line-length", "100"
       ],
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] anjia0532 commented on issue #2140: request help: What IDE to use for development? How to debug?

Posted by GitBox <gi...@apache.org>.
anjia0532 commented on issue #2140:
URL: https://github.com/apache/apisix/issues/2140#issuecomment-876050182


   Try a EmmyLua plugin with IDEA? Segmentfault's blog [使用idea调试lua代码-Openresty](https://segmentfault.com/a/1190000018430640)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander closed issue #2140: request help: What IDE to use for development? How to debug?

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #2140:
URL: https://github.com/apache/apisix/issues/2140


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander commented on issue #2140: request help: What IDE to use for development? How to debug?

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #2140:
URL: https://github.com/apache/apisix/issues/2140#issuecomment-718480731


   Consider solved.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org