atom-community / atom-community/atom-ide-debugger
Uncaught TypeError: call.getFileName is not a function
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.57.0 x64
**Electron**: 9.4.4
**OS**: Microsoft Windows 10 Home
**Thrown From**: [atom-ide-debugger](https://github.com/atom-ide-community/atom-ide-debugger) package 0.0.3
### Stack Trace
Uncaught TypeError: call.getFileName is not a function
```
At assert.js:270
TypeError: call.getFileName is not a function
at getErrMessage (assert.js:270:25)
at innerOk (assert.js:361:17)
at ok (assert.js:381:3)
at DebuggerLayoutManager._overridePaneInitialHeight (/packages/atom-ide-debugger/dist/ui/DebuggerLayoutManager.js:113:25)
at Object.onPaneResize (/packages/atom-ide-debugger/dist/ui/DebuggerLayoutManager.js:149:14)
at /packages/atom-ide-debugger/dist/ui/DebuggerLayoutManager.js:354:24
at Function.simpleDispatch (~/AppData/Local/atom/app-1.57.0/resources/app/static/:11:1186190)
at Emitter.emit (~/AppData/Local/atom/app-1.57.0/resources/app/static/:11:1187631)
at Pane.setFlexScale (~/AppData/Local/atom/app-1.57.0/resources/app/static/:11:456811)
at Pane.split (~/AppData/Local/atom/app-1.57.0/resources/app/static/:11:468012)
at Pane.splitDown (~/AppData/Local/atom/app-1.57.0/resources/app/static/:11:467717)
at DebuggerLayoutManager._appendItemToDock (/packages/atom-ide-debugger/dist/ui/DebuggerLayoutManager.js:325:20)
at /packages/atom-ide-debugger/dist/ui/DebuggerLayoutManager.js:632:14
at Array.forEach ()
at DebuggerLayoutManager.showDebuggerViews (/packages/atom-ide-debugger/dist/ui/DebuggerLayoutManager.js:606:181)
at /packages/atom-ide-debugger/dist/main.js:412:24)
at CommandRegistry.handleCommandEvent (~/AppData/Local/atom/app-1.57.0/resources/app/static/:11:352215)
at Object.didConfirmSelection (~/AppData/Local/atom/app-1.57.0/resources/app/static/:11:686807)
at SelectListView.confirmSelection (~/AppData/Local/atom/app-1.57.0/resources/app/static/:14:555627)
at SelectListView.didClickItem (~/AppData/Local/atom/app-1.57.0/resources/app/static/:14:553569)
at ListItemView.onclick (~/AppData/Local/atom/app-1.57.0/resources/app/static/:14:552559)
at ListItemView.didClick (~/AppData/Local/atom/app-1.57.0/resources/app/static/:14:556647)
```
### Commands
```
-0:21.1.0 command-palette:toggle (atom-pane.pane.active)
-0:16.8.0 debugger:show (atom-pane.pane.active)
-0:06.7.0 settings-view:check-for-package-updates (atom-workspace.workspace.scrollbars-visible-always.theme-one-light-syntax.theme-one-dark-ui)
```
### Non-Core Packages
```
atom-ide-base 3.1.0
atom-ide-console 0.0.2
atom-ide-datatip 0.25.0
atom-ide-debugger 0.0.3
atom-ide-definitions 0.4.1
atom-ide-hyperclick 1.0.11
atom-ide-markdown-service 2.1.0
atom-ide-outline 3.1.0
atom-ide-signature-help 0.16.0
atom-terminal 0.8.0
busy-signal 2.0.1
ide-python 1.9.3
intentions 2.1.1
language-rust 0.4.12
linter 3.4.0
linter-ui-default 3.4.1
```
Contributor guide
Assessment
This issue has not been assessed yet.