• A
    service: move some type conversions from service/debugger to rpc pkgs · 6ef7aa87
    aarzilli 提交于
    Move the conversion of some 'proc' types from service/debugger into
    service/rpc1 and service/rpc2. The methods of
    service/debugger.(*Debugger) are also used by service/dap which
    requires these types to be converted differently and converting them
    twice is inefficent and doesn't make much sense.
    
    Updates #2161
    6ef7aa87
server.go 21.9 KB