SkillAgentSearch skills...

Huffpoint

Create breakpoints for use with Foundry debugger -- https://book.getfoundry.sh/cheatcodes/breakpoint

Install / Use

/learn @devtooligan/Huffpoint
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Huffpoint

Equivalent to vm.breakpoint in Foundry.

/// @notice Sets breakpoint(<breakpoint_id>, true)
#define macro BREAKPOINT(mem_ptr, breakpoint_id)
/// @notice Sets breakpoint(<breakpoint_id>, <enabled>)
#define macro SET_BREAKPOINT(mem_ptr, breakpoint_id, enabled)
/// @notice Sets breakpoint("a", true)
#define macro BREAKPOINTA(mem_ptr)
/// @notice Sets breakpoint("b", true)
#define macro BREAKPOINTB(mem_ptr)

Related Skills

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Solidity

Security Score

72/100

Audited on Oct 28, 2025

No findings