```
mtd =typedVar("MyClass").method("MyMethod")
print mtd->getDebugStart() # <-- raises TypeException inspite of having debug symbols
```
mtd =typedVar("MyClass").method("MyMethod")
print mtd->getDebugStart() # <-- raises TypeException inspite of having debug symbols
```