snoowdoog
snoowdoog

Reputation: 91

How to debug contracts?

When writing a contract, the output of aeproject compile is completely unhelpful:

===== Compiling contracts =====

Contract 'foo.aes has not been compiled'
reason:
undefined

Is there a way to get a more specific reason than undefined?

Upvotes: 2

Views: 39

Answers (1)

bit voice
bit voice

Reputation: 151

The compiler should have a response with a comprehensive message of what went wrong already. Please update your version of aeproject to @2.1.0 and come back to us with feedback if this works for you.

Best regards

Upvotes: 1

Related Questions