31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

Uncaught TypeError: Cannot read property 'buffer' of undefined #30

Closed AsGreyWolf closed 6 years ago

AsGreyWolf commented 6 years ago

[Enter steps to reproduce:]

  1. Click choose file button
  2. Select file

Atom: 1.19.5 x64 Electron: 1.6.11 OS: linux 4.12.8-2-ARCH Thrown From: dbg package 1.6.1

Stack Trace

Uncaught TypeError: Cannot read property 'buffer' of undefined

At /home/asgreywolf/.atom/packages/dbg/lib/view/CustomPanel.coffee:147

TypeError: Cannot read property 'buffer' of undefined
    at CustomPanel.module.exports.CustomPanel.pickFile (/packages/dbg/lib/view/CustomPanel.coffee:147:20)
    at /packages/dbg/lib/view/CustomPanel.coffee:67:44)

Commands

     -5:36.5.0 intentions:highlight (input.hidden-input)
     -5:36 command-palette:toggle (input.hidden-input)
     -5:34.4.0 core:backspace (input.hidden-input)
     -5:31.7.0 core:move-down (input.hidden-input)
     -5:31.2.0 core:confirm (input.hidden-input)
     -5:31.2.0 dbg:debug (input.hidden-input)

Non-Core Packages

activate-power-mode 2.0.0 
activate-power-mode-delete 0.6.1 
atom-beautify 0.30.5 
atom-material-syntax 1.0.6 
atom-material-syntax-dark 1.0.0 
atom-material-ui 2.0.4 
atom-polymer 0.13.0 
autoclose-html 0.23.0 
autocomplete-clang 0.11.3 
autocomplete-glsl 0.2.3 
autocomplete-java 1.2.7 
autocomplete-oracle 1.2.0 
autocomplete-python 1.10.1 
autoprefixer 3.7.1 
build 0.68.0 
build-make 0.13.0 
busy 0.7.0 
busy-signal 1.4.3 
clang-format 1.29.0 
color-picker 2.2.5 
convert-to-utf8 0.2.4 
csscomb 0.3.1 
dbg 1.6.1 
dbg-gdb 1.7.6 
docblockr 0.11.0 
git-control 0.9.0 
git-diff-details 1.4.0 
git-log 0.4.1 
git-plus 7.9.3 
git-projects 1.17.0 
git-time-machine 1.5.9 
github-issues 0.9.0 
graphviz-preview-plus 1.4.4 
Hydrogen 1.20.0 
hydrogen-xdbg 0.0.4 
imdone-atom 2.2.6 
imdone-atom-github 0.1.11 
intentions 1.1.5 
javascript-snippets 1.2.1 
jshint 1.8.6 
language-d 3.3.1 
language-dot 1.7.0 
language-glsl 2.0.1 
language-matlab 0.2.1 
language-opencl 0.1.1 
language-oracle 1.8.0 
linter 2.2.0 
linter-clang 4.1.2 
linter-cppcheck 0.2.3 
linter-csslint 1.3.4 
linter-gcc 0.7.1 
linter-javac 1.9.4 
linter-opencl 1.0.2 
linter-polymer 0.0.3 
linter-pycodestyle 2.0.2 
linter-ui-default 1.6.5 
linter-write-good 0.9.0 
minimap 4.29.6 
minimap-git-diff 4.3.1 
minimap-linter 2.0.2 
minimap-split-diff 0.3.7 
output-panel 0.3.4 
platformio-ide-terminal 2.5.5 
python-jedi 0.3.8 
script 3.15.0 
split-diff 1.4.3 
symbols-tree-view 0.14.0 
sync-settings 0.8.2 
tree-view-git-status 1.4.0 
AsGreyWolf commented 6 years ago

Same issues: #27 #29 Fixed in #28