黄金解析器
问题描述:
我对解析器引擎有疑问.
我想做一个调试器.
我的环境是c#.
我使用calith引擎进行了测试,但是它不支持很多信息.
我怎么知道执行的行并转到我的代码的某些行?
请让我知道如何处理?
感谢
I have a question about parser engine.
i''d like to make a some debugger.
my environment is c#.
i tested with calith engine but that does not support many informations.
how can i know executed line and goto some line with my code ?
please let me know how to handle it?
thanks
答
研究跟踪器.
http://support.microsoft.com/kb/815788 [
Research Tracers.
http://support.microsoft.com/kb/815788[^]
我想获取白名单.
我跟踪了样本引擎源,但解析行号没有用.
我如何制作带有行号的语句列表?
i want to get termial list.
i traced sample engine source but parse line number is not useful.
how can i make statement list with line number ?