Mono Debugger - line by line stepping?
I think my search-foo is completely failing me, I apologize for this basic question but I promise I've searched for days before asking here.
So I'm having to use Mono to do step by step debugging (Since VS isn't supported. Thank goodness it is for the actual code-development portion, it would drive me bug-nuts otherwise). I put my breakpoint in, attach and launch it fine, get to the breakpoint.. and all I want to do is to step line to line. In VS that would be the basic F10 (step forward) and F11 (step into). In Mono all I can figure out how to do is to step to the next breakpoint.. and I can't be setting breakpoints on every single line of code just to see my code progression each time.
So.. how do I step forward a single line at a time pretty please?
Your answer
Follow this Question
Related Questions
Monodevelop / VS not listing iOS device 0 Answers
Why Does Unity & Mono Hate Console Output ? 1 Answer
Can't Connect Monodevelop Debugger to UnityEditor 0 Answers
How to debug by step Native C++ Library with Unity Free? 0 Answers
Monodevelop constantly telling me to attach process after update 0 Answers