CamilleTeruel commented on code in PR #4778: URL: https://github.com/apache/incubator-devlake/pull/4778#discussion_r1149543575
########## 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: Shouldn't it be commented by default (or enabled by flag)? -- 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]
