当代码中有下面这行代码时,会导致pycharm断点调试只有第一个断点有效,其余断点无效: from gevent import monkey; monkey.patch_socket(); monkey.patch_thread()