()
| 1938 | } |
| 1939 | |
| 1940 | private _onThreadResumed() { |
| 1941 | this._dap.with(dap => |
| 1942 | dap.continued({ |
| 1943 | threadId: this.id, |
| 1944 | allThreadsContinued: false, |
| 1945 | }) |
| 1946 | ); |
| 1947 | } |
| 1948 | |
| 1949 | /** |
| 1950 | * Returns whether the pause event is (probably) from a cross-thread step. |
no test coverage detected