microbit-foundation / micropython-microbit-v2

Temporary home for MicroPython for micro:bit v2 as we stablise it before pushing upstream
MIT License
43 stars 24 forks source link

Exceptions don't show the line number #48

Closed microbit-carlos closed 3 years ago

microbit-carlos commented 3 years ago

In V1 we would get something like this:

Traceback (most recent call last):
  File "__main__", line 9, in <module>
ZeroDivisionError: division by zero

V2:

Traceback (most recent call last):
  File "main.py", in <module>
ZeroDivisionError: divide by zero
dpgeorge commented 3 years ago

Should be fixed by fcd8430b57b088f77c359c783ed41816c82b177b