MCPcopy Index your code
hub / github.com/codeaashu/claude-code / debug

Method debug

src/server/web/public/terminal.js:5682–5685  ·  view source on GitHub ↗
(e3, ...t3)

Source from the content-addressed store, hash-verified

5680 }
5681 trace(e3, ...t3) {
5682 var _a;
5683 this._logLevel <= o.LogLevelEnum.TRACE && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.trace.bind(this._optionsService.options.logger)) ?? console.log, e3, t3);
5684 }
5685 debug(e3, ...t3) {
5686 var _a;
5687 this._logLevel <= o.LogLevelEnum.DEBUG && this._log(((_a = this._optionsService.options.logger) == null ? void 0 : _a.debug.bind(this._optionsService.options.logger)) ?? console.log, e3, t3);
5688 }

Callers 13

openMethod · 0.45
bindMouseMethod · 0.45
constructorMethod · 0.45
parseMethod · 0.45
setModePrivateMethod · 0.45
resetModePrivateMethod · 0.45
charAttributesMethod · 0.45
keypadApplicationModeMethod · 0.45
keypadNumericModeMethod · 0.45
triggerDataEventMethod · 0.45
triggerBinaryEventMethod · 0.45
reportFunction · 0.45

Calls 1

_logMethod · 0.80

Tested by

no test coverage detected