Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'clear' of undefined #13

Open
jhasse opened this issue Oct 7, 2015 · 2 comments
Open

Uncaught TypeError: Cannot read property 'clear' of undefined #13

jhasse opened this issue Oct 7, 2015 · 2 comments

Comments

@jhasse
Copy link

jhasse commented Oct 7, 2015

I've double clicked to create a breakpoint.

Atom Version: 1.0.19
System: Linux Mint
Thrown From: atom-debugger package, v0.1.5

Stack Trace

Uncaught TypeError: Cannot read property 'clear' of undefined

At /home/jhasse/.atom/packages/atom-debugger/lib/debugger-view.coffee:194

TypeError: Cannot read property 'clear' of undefined
    at HTMLDivElement.<anonymous> (/home/jhasse/.atom/packages/atom-debugger/lib/debugger-view.coffee:194:16)

Commands

     -1:19.1.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:19.1.0 debugger:toggle (atom-text-editor.editor)
  2x -1:17.6.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -1:14.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:08.3.0 command-palette:toggle (atom-text-editor.editor.is-focused)
  3x -1:06.7.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -1:05.3.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -1:05.3.0 debugger:toggle (atom-text-editor.editor)
  7x -1:03.7.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:28.7.0 command-palette:toggle (atom-text-editor.editor.is-focused)
  4x -0:26.4.0 core:backspace (atom-text-editor.editor.mini.is-focused)
     -0:24.2.0 editor:consolidate-selections (atom-text-editor.editor.mini.is-focused)
     -0:24.2.0 core:cancel (atom-text-editor.editor.mini.is-focused)
     -0:13.1.0 command-palette:toggle (atom-text-editor.editor.is-focused)
     -0:10.6.0 core:confirm (atom-text-editor.editor.mini.is-focused)
     -0:10.6.0 debugger:toggle-breakpoint (atom-text-editor.editor)

Config

{
  "core": {
    "disabledPackages": [
      "autocomplete-snippets",
      "symbols-view"
    ],
    "autoHideMenuBar": true
  }
}

Installed Packages

# User
atom-ctags, v4.3.0
atom-debugger, v0.1.5
autocomplete-julia, v0.1.0
autocomplete-plus-python-jedi, v0.3.6
build, v0.47.0
build-cargo, v0.3.0
ctags-status, v1.3.3
ctrl-last-tab, v0.2.0
keyboard-localization, v1.4.9
language-batch, v0.3.3
language-cmake, v0.1.4
language-julia, v0.4.1
language-rust, v0.4.5
language-tup, v0.2.1
linter, v1.8.1
linter-php, v1.0.5
linter-pylint, v1.0.3
linter-rust, v0.2.9
racer, v0.17.2
svn, v0.0.8
tab-control, v0.6.8
tidy-tabs, v0.3.0

# Dev
No dev packages
xndcn added a commit that referenced this issue Oct 8, 2015
@xndcn
Copy link
Owner

xndcn commented Oct 8, 2015

@jhasse Sorry for that, I can't reproduce this error, so I think it may be resulted by other packages...
Anyway, now fixed, please update and check it again, thank you!

@jhasse
Copy link
Author

jhasse commented Oct 8, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants