17 Replies
I've never seen such a thing for C#. From what I can see of how it works, you would typically just step through code in a debugger.

doesnt even work
and when it does it does nothing that a debugger cant do

Any reason why you're not using visual studio's build-in debug?
Unknown UserOP•4y ago
Message Not Public
Sign In & Join Server To View
It's not viable for anything with any level of complexity.
Unknown UserOP•4y ago
Message Not Public
Sign In & Join Server To View
Ah, having to use notepad is different 😛
Unknown UserOP•4y ago
Message Not Public
Sign In & Join Server To View
Well, you can use VS still.
You just have to create an unrelated project and copy (or link) your code in it, then debug.
It's a bit annoying, I agree.
Unknown UserOP•4y ago
Message Not Public
Sign In & Join Server To View
😛
Unknown UserOP•4y ago
Message Not Public
Sign In & Join Server To View
Making you compile with csc.exe directly is a bit oof
It's brutal indeed
✅ This post has been marked as answered!