nspcc-dev/neo-go

AddBreakPoint to apply to all context with the same `prog`

开放

#3,675 创建于 2024年11月12日

 (1 条评论) (0 个反应) (0 位负责人)Go (108 个派生)auto 404
I2S4U3clienhancementhelp wantedvm

仓库指标

星标
 (132 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe.

I'm always frustrated when breakpoints set for a given prog (=smart contract) don't hit because they are registered for the current context and not globally for the smart contract.

Describe the solution you'd like

I'd like an AddBreakPoint on VM which allows to set a global breakpoint for a given contract (similar to the C# one).

Describe alternatives you've considered

Create AddBreakpoint / RemoveBreakPoint on Context.

Additional context

Imagine an IDE with NEO smart contract debugger support build on neo-go. The IDE tells what addresses to put a break point on, then runs the debugger waiting for a break point to hit. Currently it won't hit any break points except for those in the entry function.

贡献者指南