Skip to content

Commit 0bb6b3b

Browse files
committed
fix issue 14
1 parent c47bc2a commit 0bb6b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/python-debugger-view.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ class PythonDebuggerView extends View
7272
@stopApp() if @backendDebugger
7373
@debuggedFileArgs = @getInputArguments()
7474
console.log @debuggedFileArgs
75+
@debuggedFileName = @getCurrentFilePath()
7576
if @pathsNotSet()
7677
@askForPaths()
7778
return

0 commit comments

Comments
 (0)