How to enter into imported package while debugging in VS code
As an example:
import osimport mdfreaderk123 = mdfreader.mdf("Test.mf4")
How to enter into the mdf function in the imported package
How to enter into imported package while debugging in VS code
As an example:
import osimport mdfreaderk123 = mdfreader.mdf("Test.mf4")
How to enter into the mdf function in the imported package