()
| 695 | |
| 696 | |
| 697 | def warn_multiproc(): |
| 698 | pass # TODO: Provide logging as messages to the IDE. |
| 699 | # pydev_log.error_once( |
| 700 | # "pydev debugger: New process is launching (breakpoints won't work in the new process).\n" |
| 701 | # "pydev debugger: To debug that process please enable 'Attach to subprocess automatically while debugging?' option in the debugger settings.\n") |
| 702 | # |
| 703 | |
| 704 | |
| 705 | def create_warn_multiproc(original_name): |
no outgoing calls
no test coverage detected