huajun07 / codesketcher

Visualise your code in action!
https://main.d1fr5et3wgts3j.amplifyapp.com/
MIT License
0 stars 0 forks source link

[Bug] Executor: Debugger steps into frames that do not originate from user's code #65

Closed limanjun99 closed 1 year ago

limanjun99 commented 1 year ago

Bug (Executor)

When other functions get called, the debugger will sometimes step into those frames inside the function call.

For example, this code still fails:

import threading

A previous PR attempted to fix this, but only for import statements. Also, it was a pretty hacky fix and doesn't seem to work well.