Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 345 Bytes

debugger-console.md

File metadata and controls

10 lines (6 loc) · 345 Bytes

Debugger Console

The Debugger supports REPL via the Console tab that:

  • Streams output of the debugee process.
  • Allows evaluation of expressions, call functions and use the current state of the program when stopped.

It also provides autocomplete (if the debugger engine provides it).

Debugger: Console