Replies: 1 comment 3 replies
-
|
It’s hard to understand what you are doing, but the error you are reporting is line 2 and related to Berry code, not native code |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am currently using FFI to execute functions defined in a berry script.
Unfortunately, when an error happens, there is no info about the location where the error occurred.
I noticed that loading/executing a script via the CLI emits a traceback.
For example:
Is it possible to get traceback or location info when executing a function via FFI?
Beta Was this translation helpful? Give feedback.
All reactions