v: $dbg statement - native V debugger REPL#20533
Conversation
This reverts commit bfae6ef.
|
Hi guys, I think this is a great feature. |
File a feature request. 👍🏻 |
May I ask, what's this? |
Check if the current context is an anon function. |
Thanks. That's useful! |
This idea is to provide an core debugger for V devs when using
$dbg;on their code.Example
When using
$dbgin the V code, the debugger REPL will be invoked when such statement is reached in the execution, bringing to you a debugger REPL.list
Inspecting variables