8000 supervisor.get_previous_traceback() not working · Issue #5332 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
supervisor.get_previous_traceback() not working #5332
Closed
@jerryneedell

Description

@jerryneedell

CircuitPython version

Adafruit CircuitPython 7.0.0-rc.1-61-gcf5c32be3 on 2021-09-12; Adafruit Feather nRF52840 Express with nRF52840

Code/REPL

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Sent Hello World message!
Waiting for packets...
Traceback (most recent call last):
  File "code.py", line 57, in <module>
  File "adafruit_rfm9x.py", line 788, in receive
  File "adafruit_rfm9x.py", line 638, in rx_done
  File "adafruit_rfm9x.py", line 360, in _read_u8
  File "adafruit_rfm9x.py", line 355, in _read_into
KeyboardInterrupt: 

Code done running.

Press any key to enter the REPL. Use CTRL-D to reload.

Adafruit CircuitPython 7.0.0-rc.1-61-gcf5c32be3 on 2021-09-12; Adafruit Feather nRF52840 Express with nRF52840
>>> import supervisor
>>> supervisor.get_previous_traceback()
>>>

Behavior

supervisor.get_previous_traceback() is not returning anything?

Prior to RC.1 I was seeing a report of the traceback from the last error

Description

No response

Additional information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0