22 |
22 |
23 @param module reference to the imported module to be patched |
23 @param module reference to the imported module to be patched |
24 @type module |
24 @type module |
25 @param debugClient reference to the debug client object |
25 @param debugClient reference to the debug client object |
26 @type DebugClient |
26 @type DebugClient |
27 """ # __IGNORE_WARNING_D234__ |
27 """ # __IGNORE_WARNING_D-234__ |
28 global _debugClient, _originalProcess, _originalBootstrap |
28 global _debugClient, _originalProcess, _originalBootstrap |
29 |
29 |
30 _debugClient = debugClient |
30 _debugClient = debugClient |
31 |
31 |
32 _originalProcess = module.process.BaseProcess |
32 _originalProcess = module.process.BaseProcess |