MCPcopy Create free account
hub / github.com/Coneja-Chibi/CarrotKernel / initializeDebugger

Function initializeDebugger

debugger.js:322–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320
321// Setup global references and shortcuts
322export function initializeDebugger() {
323 // Create global debug instance
324 window.CarrotDebug = CarrotDebug;
325
326 // Console shortcuts
327 if (typeof window !== 'undefined') {
328 window.cd = CarrotDebug;
329 }
330}
331
332// Export test functions for easier access
333export const debugTests = {

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected