We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47bc2a commit 0bb6b3bCopy full SHA for 0bb6b3b
lib/python-debugger-view.coffee
@@ -72,6 +72,7 @@ class PythonDebuggerView extends View
72
@stopApp() if @backendDebugger
73
@debuggedFileArgs = @getInputArguments()
74
console.log @debuggedFileArgs
75
+ @debuggedFileName = @getCurrentFilePath()
76
if @pathsNotSet()
77
@askForPaths()
78
return
0 commit comments