mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Fix 'step into' / 'step over' command mixup #24

Closed elbeardmorez closed 9 years ago

elbeardmorez commented 9 years ago

From Mono.Debugging/Mono.Debugging.Client/DebuggerSession.cs

// Executes one line of code public void NextLine ()

// Executes one line of code, stepping into method invocations public void StepLine ()

However, sdb's 'step over line' and 'step into line' commands called 'StepLine()' and 'NextLine()' respectively, hence a straight switch was needed

'StepInstruction/NextInstruction' usage needed the same correction

monoadmin commented 9 years ago

Hello! I'm the build bot for the Mono project. I need approval from a Mono team member to build this pull request. A team member should reply with "approve" to approve a build of this pull request, "whitelist" to whitelist this and all future pull requests from this contributor, or "build" to explicitly request a build, even if one has already been done. Contributors can ignore this message.