2018年2月23日 星期五

birdseye : A visual python debug tools

1. Installation 

https://github.com/alexmojaki/birdseye

2.inital birdseye:

#python -m birdseye

 

3.usage

1. In your debug file

from birdseye import eye

@your debug function to add decorator ‘eye'

 

for example:

 

@eye

def logon():

 

4.Launch web browser: http://127.0.0.1:7777

* select the file that you want to debug

 

沒有留言:

Obsidian 插件介紹:Text Generator

Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...