How to Debug a C# program with LLDB?

submitted by dr_robotBones to programming
8 points | 11 comments

I found few resources online which may have lead me astray, as I can’t get even basic functionality out of LLDB.

I used the dotnet-sos tool to supposedly automatically load SOS into LLDB and I attached LLDB to my program’s process, but I am getting errors when trying to use any command:

error: 'bpmd' is not a valid…

Read more →
Is it possible to debug a program that requires input from the terminal in VSCode/VSCodium?

submitted by dr_robotBones to programming
6 points | 5 comments

Though I primarily use vim, I got VSCodium so I could use it as a debugger since its much easier to set up. I am having alot of trouble getting any use out of it though, when I run the program the IDE gives me errors if I type in the debug console, and closes the terminal if I type in the integrated terminal. I’ve changed the config…

Read more →
Page 1