We had that shit in Canada too, so weird
- Posts
- 4
- Comments
- 88
- Joined
- 1 yr. ago
- Posts
- 4
- Comments
- 88
- Joined
- 1 yr. ago
Programming @programming.dev How to Debug a C# program with LLDB?
Programming @programming.dev Is it possible to debug a program that requires input from the terminal in VSCode/VSCodium?
- JumpDeleted
Permanently Deleted
- JumpDeleted
Permanently Deleted
Programming @programming.dev Detect unused imports in Kotlin without IntelliJ?
Selfhosted @lemmy.world Can't get DNS to work on web server
Without Microsoft's proprietary debugger, it is not possible to get input from Console.ReadLine() in VSCodium's integrated terminal or debug console. That's the problem I was having. I'll have to debug using external txt files.