怪我咯2017-04-18 09:57:23
Vim is just a text editor. It is too difficult for you to use it as an IDE. To debug Python line by line, you can just use pdb.
怪我咯2017-04-18 09:57:23
You can use pdb, but it may be better to use ipdb
You can refer to:
http://caimaoy.com/caimaoy_gi...
PHP中文网2017-04-18 09:57:23
It is probably not possible to debug the program, but some error messages can be printed during compilation. For example, when compiling java, you can see error messages in the console. That's all.