當代碼中有下面這行代碼時,會導致pycharm斷點調試只有第一個斷點有效,其余斷點無效: from gevent import monkey; monkey.patch_socket(); monkey.patch_thread()