Typo fix!

This commit is contained in:
Benjamin Doherty 2017-08-02 18:25:48 -04:00 committed by GitHub
parent cc43abe323
commit c15cbf0536

View File

@ -11,12 +11,12 @@ supports:
* Debugger flow commands - step-in, set-over, set-out and continue
* Breakpoints management
* Evaluating expressions in the current executed scope
* Messing with the program's state(changing values, calling functions)
* Messing with the program's state (changing values, calling functions)
Vebugger is built as a generic framework for building frontends for
interactive shell debugger, and comes with implementations for:
* GDB - doesn't need introdcution...
* GDB - doesn't need introduction...
* LLDB - debugger based on LLVM for C-family languages
* JDB - a Java debugger
* Mdbg - a .NET debugger(Windows only)