python - vim下如何逐行调试程序?
大家讲道理
大家讲道理 2017-04-18 09:55:23
0
5
440

如题,逐行、随时检测变量值。请问有好方法吗?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(5)
刘奇

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.

阿神

Print it yourself, or please choose IDE...

左手右手慢动作

In this case, you can only write more console.log();

刘奇

You can use pdb, but it may be better to use ipdb

You can refer to:

http://caimaoy.com/caimaoy_gi...

Ty80

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template