open terminal, but inside neovim now
This commit is contained in:
parent
91dbf1aceb
commit
3198f2870c
2 changed files with 19 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ def f(x: int) -> str:
|
|||
d = f'Values {x=} {a=} {b=} {c=}'
|
||||
logging.error(d)
|
||||
logging.exception('FATAL!!!!!!!###!@#')
|
||||
breakpoint()
|
||||
return d
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue