dap-mode icon indicating copy to clipboard operation
dap-mode copied to clipboard

Ruby Dap-Mode returns path is null error despite having correct variables

Open helpotters opened this issue 4 years ago • 1 comments

Warning (emacs): Initialize request failed: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received null

dap-ruby-debug-program points to the right folder structure and main.js.

helpotters avatar Nov 16 '21 22:11 helpotters

program in this case is the program parameter which has to be passed in the template. Can you test after https://github.com/emacs-lsp/dap-mode/commit/c19da4d347114d19fd9cd77af3650bcec7d81b15 ?

yyoncho avatar Nov 17 '21 05:11 yyoncho