Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ just_raised
Function
just_raised
_pydevd_bundle/pydevd_frame_utils.py:49–53 ·
view source on GitHub ↗
(trace)
Source
from the content-addressed store, hash-verified
47
48
49
def
just_raised(trace):
50
if
trace is None:
51
return
False
52
53
return
trace.tb_next is None
54
55
56
def
short_tb(exc_tb):
Callers
2
exception_break
Function · 0.90
should_stop_on_exception
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected