Open xk0m1 opened 7 months ago
That means that getFocusedView
is returning None. Have you selected a view?
Sorry for the late reply (didnt get the notification)
In the above example, I tried it for a AOT Compiled Program , thats why didnt work ig.
In JEB,
When i load DartBytes.py in JEB , i get this error
Script execution error: com.pnfsoftware.jeb.client.script.ScriptExecutionException: Traceback (most recent call last): File "/[REDACTED]/DartBytes.py", line 15, in run fragment = ctx.getFocusedView().getActiveFragment() AttributeError: 'NoneType' object has no attribute 'getActiveFragment'