You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm trying to avoid heavy IDEs to develop in C#, as recommended by hx --health c-sharp I've installed Omnisharp and netcoredbg.
Netcoredbg seems to be the debugger. However I don't understand how to make the damn thing work. I tried the SPC-g shortcut and the :debug-start command but I don't understand what it supposed to do and such.
Can anybody help me understand how to use the debugger?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm trying to avoid heavy IDEs to develop in C#, as recommended by
hx --health c-sharp
I've installed Omnisharp and netcoredbg.Netcoredbg seems to be the debugger. However I don't understand how to make the damn thing work. I tried the SPC-g shortcut and the
:debug-start
command but I don't understand what it supposed to do and such.Can anybody help me understand how to use the debugger?
One example being if I have this simple code :
... how do I make it work with the debugger ?
Beta Was this translation helpful? Give feedback.
All reactions