You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to debug the stackflow contract in the Clarinet console, I ran into a small issue, where it was initially unable to find the source, reporting "source not found". Once I step, it gets into the source just fine, it is just the initial position that seems to be a problem.
To reproduce, replicate the code from the stackflow contract in a Clarinet project, run clarinet console, then run the debugger:
For some reason, it is getting a generated contract, contract-5 for the initial source line. I have not seen this behavior when debugging other contract calls.
The text was updated successfully, but these errors were encountered:
When attempting to debug the stackflow contract in the Clarinet console, I ran into a small issue, where it was initially unable to find the source, reporting "source not found". Once I step, it gets into the source just fine, it is just the initial position that seems to be a problem.
To reproduce, replicate the code from the stackflow contract in a Clarinet project, run
clarinet console
, then run the debugger:For some reason, it is getting a generated contract,
contract-5
for the initial source line. I have not seen this behavior when debugging other contract calls.The text was updated successfully, but these errors were encountered: