Added Windows support for C# debugging
This commit is contained in:
parent
fe58b94bb0
commit
99518e7eba
1 changed files with 4 additions and 0 deletions
|
|
@ -254,6 +254,10 @@ GADGETS = {
|
|||
'file_name': 'netcoredbg-linux-master.tar.gz',
|
||||
'checksum': '',
|
||||
},
|
||||
'windows': {
|
||||
'file_name': 'netcoredbg-win64-master.zip',
|
||||
'checksum': '',
|
||||
},
|
||||
'do': lambda name, root, gadget: installer.MakeSymlink(
|
||||
gadget_dir,
|
||||
name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue