@@ -0,0 +1,10 @@
html = '<b>i am html</b>'
def a_func():
raise ValueError(html)
if __name__ == '__main__':
a_func() # breakpoint here
...
The note is not visible to the blocked user.