We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302fb05 commit 22af181Copy full SHA for 22af181
dap-firefox.el
@@ -48,7 +48,7 @@
48
(dap--put-if-absent :dap-server-path dap-firefox-debug-program)
49
(dap--put-if-absent :type "Firefox")
50
(dap--put-if-absent :cwd default-directory)
51
- (dap--put-if-absent :file (read-file-name "Select the file to open in the browser:" nil (buffer-file-name) t))
+ (dap--put-if-absent :file (expand-file-name (read-file-name "Select the file to open in the browser:" nil (buffer-file-name) t)))
52
(dap--put-if-absent :name "Firefox Debug")))
53
54
(dap-register-debug-provider "firefox" 'dap-firefox--populate-start-file-args)
0 commit comments