atom-codebug icon indicating copy to clipboard operation
atom-codebug copied to clipboard

Uncaught TypeError: Cannot read property 'file' of undefined

Open admin2018hz opened this issue 4 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.43.0 x64 Electron: 4.2.7 OS: Debian GNU/Linux Thrown From: codebug package 1.0.0

Stack Trace

Uncaught TypeError: Cannot read property 'file' of undefined

At /home/erick/.atom/packages/codebug/lib/codebug.coffee:22

TypeError: Cannot read property 'file' of undefined
    at Object.file (/packages/codebug/lib/codebug.coffee:22:8)
    at Object.validationErrors (/packages/codebug/lib/codebug.coffee:55:13)
    at Object.isOpenable (/packages/codebug/lib/codebug.coffee:52:6)
    at Object.codebugBreak (/packages/codebug/lib/codebug.coffee:14:9)
    at /packages/codebug/lib/codebug.coffee:11:62)
    at CommandRegistry.handleCommandEvent (/usr/share/atom/resources/app/static/<embedded>:11:349290)
    at CommandRegistry.dispatch (/usr/share/atom/resources/app/static/<embedded>:11:347765)
    at AtomEnvironment.dispatchApplicationMenuCommand (/usr/share/atom/resources/app/static/<embedded>:1:723426)
    at EventEmitter.t (/usr/share/atom/resources/app/static/<embedded>:1:731349)
    at EventEmitter.emit (events.js:182:13)

Commands

     -5:05.2.0 editor:newline (input.hidden-input)
 10x -5:03.9.0 core:backspace (input.hidden-input)
     -3:41.8.0 editor:newline (input.hidden-input)
     -3:30.8.0 core:backspace (input.hidden-input)
  2x -1:30.5.0 remote-ftp:download-selected (span.name.icon.php-icon.dark-blue)
  2x -0:48.5.0 auto-indent:apply (input.hidden-input)
     -0:41.6.0 core:backspace (input.hidden-input)
  2x -0:38.3.0 auto-indent:apply (input.hidden-input)
     -0:32.7.0 snippets:next-tab-stop (input.hidden-input)
     -0:32.7.0 snippets:expand (input.hidden-input)
     -0:32.7.0 editor:indent (input.hidden-input)
     -0:26.1.0 bracket-matcher:go-to-matching-bracket (input.hidden-input)
     -0:21.6.0 snippets:show (input.hidden-input)
     -0:16.6.0 tree-view:toggle-focus (input.hidden-input)
     -0:08.7.0 symbols-view:toggle-file-symbols (div.tool-panel.tree-view)
     -0:03.9.0 codebug:break (div.tool-panel.tree-view)

Non-Core Packages

atom-autocomplete-php 0.25.6 
atom-i18n 0.26.0 
atom-material-ui 2.1.3 
auto-indent 0.5.0 
codebug 1.0.0 
css-color-name 0.4.0 
emmet 2.4.3 
file-icons 2.1.46 
remote-ftp 2.2.4 
TabNine 3.0.3 

admin2018hz avatar Jun 19 '21 18:06 admin2018hz