hexiaoting

Results 6 comments of hexiaoting

@arthurevans thank you. I follow the above link to run test: ``` (jupyter-dev) [root@hwtnode polymer]# yarn install (jupyter-dev) [root@hwtnode polymer]# polymer serve --npm -H 0.0.0.0 -p 15130 info: Files in...

![image](https://user-images.githubusercontent.com/7898329/81377757-b6d79800-9138-11ea-9549-d8fc13761860.png) ![image](https://user-images.githubusercontent.com/7898329/81377859-df5f9200-9138-11ea-8861-e4f8df727b7c.png)

Install gdb and verify that it supports Python scripting (invoke gdb --version and check for --with-python=... lines). 我的gdb版本是9.2,你的是多少?另外gdb有--with-python路径吗?

好。用起来有什么问题,再留言

> 没有--with-python 那你info pretty-printer显示注册成功了吗? 或者你随便打印一个AST,看看成功了吗?有没有显示sql内容。

p ast能成功吗?ast是什么类型?