-
Notifications
You must be signed in to change notification settings - Fork 79
CashScript-native debugger #434
Copy link
Copy link
Open
Labels
ecosystemRelated to ecosystem, tooling, etc.Related to ecosystem, tooling, etc.javascript-sdkRelates to the CashScript JavaScript SDKRelates to the CashScript JavaScript SDK
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
ecosystemRelated to ecosystem, tooling, etc.Related to ecosystem, tooling, etc.javascript-sdkRelates to the CashScript JavaScript SDKRelates to the CashScript JavaScript SDK
Right now we have very strong local execution simulation for testing purposes, and we generate a link and refer to Bitauth for more intensive debugging.
But even when using Bitauth IDE, there's a bunch of things that the developer can't access easily, like jumping back and forth in the execution and inspecting the variable values at each point in the execution.
A native CashScript debugger could help make it even easier to develop and debug CashScript contracts.