We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c3420 commit dae6901Copy full SHA for dae6901
1 file changed
exe/rdbg
@@ -22,7 +22,7 @@ when :start
22
23
when :attach
24
require_relative "../lib/debug/client"
25
- ::DEBUGGER__::CONFIG.set_config **config
+ ::DEBUGGER__::CONFIG.set_config(**config)
26
27
begin
28
if ARGV.empty? && config[:port]
0 commit comments