Skip to content

koma52/my_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"VSCode netcoredbg debugger" - The first script I made is for VSCodium (or VSCode)

​ My motivation was that, if you use VSCodium you can't use the built-in debugger to debug .Net

​ There's a workaround with the Samsung netcoredbg but you have to create/edit "launch.json" every time if you want to use it.

​ Not anymore. This script generates the .vscode folder if it doesn't exist and generates "launch.json" and "tasks.json"

​ Currently it's only available on linux bash script but I'm planning on porting to Windows.

Linux usage:
1. copy csharp_debug_linux into a folder in your PATH
2. optionally you can rename it to csharp_debug (or anything else) for esier usage
3. when in VSCode first run dotnet build then run chsarp_debug (or what you renamed it) from terminal and answer to the questions

About

Various scripts for various systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors