keon94 commented on code in PR #4778: URL: https://github.com/apache/incubator-devlake/pull/4778#discussion_r1149546265
########## backend/python/pydevlake/pydevlake/ipc.py: ########## @@ -24,6 +24,10 @@ def plugin_method(func): + # keep this to enable debugging, and don't move this elsewhere or it can cause crashes if it gets called during the bootstrap process. + # noinspection PyUnresolvedReferences + from pydevlake.helpers import debugger Review Comment: It is based on a flag. I put the flag check inside debugger.py to minimize boilerplate code in our source code -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
