Created
March 12, 2018 15:12
-
-
Save jojonki/11e5f1fa4e9d4fa35ec9b772871e5a7b to your computer and use it in GitHub Desktop.
pudb_debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ | |
| ああああああああああああああああ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/__init__.py", line 119, in runscript | |
| dbg._runscript(mainpyfile) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/debugger.py", line 457, in _runscript | |
| self.run(statement, globals=globals_, locals=locals_) | |
| File "/Users/jonki/anaconda/lib/python3.6/bdb.py", line 431, in run | |
| exec(cmd, globals, locals) | |
| File "<string>", line 1, in <module> | |
| File "test.py", line 4, in <module> | |
| print('end') | |
| File "test.py", line 4, in <module> | |
| print('end') | |
| File "/Users/jonki/anaconda/lib/python3.6/bdb.py", line 48, in trace_dispatch | |
| return self.dispatch_line(frame) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/debugger.py", line 187, in dispatch_line | |
| self.user_line(frame) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/debugger.py", line 408, in user_line | |
| self.interaction(frame) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/debugger.py", line 376, in interaction | |
| show_exc_dialog=show_exc_dialog) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/debugger.py", line 2118, in call_with_ui | |
| return f(*args, **kwargs) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/debugger.py", line 2359, in interaction | |
| self.event_loop() | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/debugger.py", line 2317, in event_loop | |
| canvas = toplevel.render(self.size, focus=True) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 1765, in render | |
| canv = get_delegate(self).render(size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/container.py", line 1086, in render | |
| focus and self.focus_part == 'body') | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/decoration.py", line 226, in render | |
| canv = self._original_widget.render(size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/container.py", line 2087, in render | |
| focus = focus and self.focus_position == i) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 1765, in render | |
| canv = get_delegate(self).render(size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/container.py", line 1529, in render | |
| canv = w.render((maxcol, rows), focus=focus and item_focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/decoration.py", line 226, in render | |
| canv = self._original_widget.render(size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/container.py", line 1529, in render | |
| canv = w.render((maxcol, rows), focus=focus and item_focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/decoration.py", line 226, in render | |
| canv = self._original_widget.render(size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 1765, in render | |
| canv = get_delegate(self).render(size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/listbox.py", line 501, in render | |
| canvas = widget.render((maxcol,)) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/widget.py", line 144, in cached_render | |
| canv = fn(self, size, focus=focus) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/var_view.py", line 191, in render | |
| return make_canvas(text, attr, maxcol, apfx+"value") | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/pudb-2017.1.4-py3.6.egg/pudb/ui_tools.py", line 48, in make_canvas | |
| maxcol=maxcol) | |
| File "/Users/jonki/anaconda/lib/python3.6/site-packages/urwid/canvas.py", line 358, in __init__ | |
| raise CanvasError("Canvas text is wider than the maxcol specified \n%r\n%r\n%r"%(maxcol,widths,text)) | |
| urwid.canvas.CanvasError: Canvas text is wider than the maxcol specified | |
| 90 | |
| [164, 168, 168, 168, 90] | |
| [b"lines: '\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82", b' \xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82', b' \xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82', b' \xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82', b" \xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\xe3\x81\x82\\n' "] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment