Show arguments of last function during error.
This commit is contained in:
parent
412d4e1a18
commit
31cecb5c90
2 changed files with 10 additions and 2 deletions
|
|
@ -9,7 +9,11 @@
|
|||
|
||||
<h1>Software error: {{ tb.exception_type }}</h1>
|
||||
<div>
|
||||
<p>{{ tb.exception }}</p>
|
||||
<pre>{{ tb.exception }}</pre>
|
||||
|
||||
<p>Error in function "{{ tb.frames[-1].function_name }}":
|
||||
{{ last_frame_args | pprint }}</p>
|
||||
|
||||
</div>
|
||||
|
||||
{% set body %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue