|
|
|
|
|
by weaksauce
1768 days ago
|
|
use the best tool for the job. vscode has some ok debugging features for some scripting languages. some of the eclipse backed things like pycharm or jetbrains also has some decent debugging baked in. Anything c/c++/c#/java/swift/kotlin use the appropriate IDE for that(visual studio has really good debugging, xcode is ok, android studio is ok). for 80% of the work I'm doing lately it's vscode + LSP + debugger + neovim as a backend. |
|