willyelm / xatom-debug

A Simple Debugger Provider for Atom
MIT License
71 stars 5 forks source link

Uncaught TypeError: Cannot read property 'runType' of undefined #83

Closed chiboni97 closed 2 years ago

chiboni97 commented 2 years ago

Prerequisites

Description

Steps to Reproduce

Expected behavior:

Actual behavior:

Versions

Atom: 1.60.0 x64 Electron: 9.4.4 OS: Unknown Windows version Thrown From: xatom-debug package 1.6.11

Stack Trace

Uncaught TypeError: Cannot read property 'runType' of undefined

At C:\Users\Alex\.atom\packages\xatom-debug\lib\scheme\scheme-view.js:316

TypeError: Cannot read property 'runType' of undefined
    at /packages/xatom-debug/lib/scheme/scheme-view.js:316:69
    at Array.forEach (<anonymous>)
    at SchemeView.analizeVisibleControl (/packages/xatom-debug/lib/scheme/scheme-view.js:312:30)
    at EventEmitter.visibleHandler (/packages/xatom-debug/lib/scheme/scheme-view.js:124:53)
    at EventEmitter.emit (events.js:228:7)
    at Object.change (/packages/xatom-debug/lib/scheme/scheme-view.js:152:29)
    at /packages/xatom-debug/lib/element/input.js:19:21
    at Function.simpleDispatch (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1187666)
    at Emitter.emit (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1189107)
    at C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:8959
    at Function.simpleDispatch (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1187666)
    at Emitter.emit (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1189107)
    at DisplayLayer.emitDeferredChangeEvents (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:14:98571)
    at TextBuffer.emitDidChangeTextEvent (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:508907)
    at TextBuffer.transact (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:496706)
    at TextEditor.transact (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:26664)
    at HTMLElement.s.<computed> (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:309648)
    at CommandRegistry.handleCommandEvent (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:352694)
    at KeymapManager.dispatchCommandEvent (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1228469)
    at KeymapManager.handleKeyboardEvent (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:1224603)
    at WindowEventHandler.handleDocumentKeyEvent (C:/Users/Alex/AppData/Local/atom/app-1.60.0/resources/app/static/<embedded>:11:286682)

Commands

     -0:14.6.0 core:paste (input.hidden-input)

Non-Core Packages

atom-debug-ui 1.0.5 
atom-debugger 0.1.6 
atom-ide-ui 0.13.0 
busy-signal 2.0.1 
debugger 0.0.1 
ide-php 0.7.18 
php-debug 0.3.5 
xatom-debug 1.6.11 
xatom-debug-chrome 0.7.4 
xatom-debug-nodejs 0.9.3 
xatom-debug-php 0.1.3 

Additional Information