Skip to content

adilrifqi/Educational-Truffle-Debugger-Instrument

Repository files navigation

Educational Truffle Debugger Instrument

This is a project that aims to be a playground to study the behaviour of the Truffle Debugger API.

Note that this is not a functioning debugger. Since this project only serves as a playground to study the API's behaviour, things like requesting the line number for breakpoints, or printing the variables in the current stack frame were not implemented. The observation of the behaviours are mostly done in debug mode (e.g. IntelliJ's debug mode) using JUnit test instances.

I'm so lazy that even setting breakpoint line is done manually in the DebuggerInstrument.java file. XD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published