使用其他设置创建断点 [英] Creating breakpoint with additional setting

查看:82
本文介绍了使用其他设置创建断点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

只是为我们要实现的目标提供背景知识.我们正在为我们的隔离外壳应用程序实现数据断点.我们已经实现了自定义调试引擎并实现了其他与断点相关的接口来处理数据 断点.我们正在使用Shell的数据断点UI添加数据断点.

但是我们需要为数据断点配置除标准地址"之外的其他更多设置(例如:读/写访问类型).和字节数"环境.我们计划在Breakpoint上下文菜单下引入新命令以进行配置 其他设置.

我们想知道

Just to give a background on what we are trying to achieve. We are in the process of implementing Data breakpoint for our Isolated shell application. We have implemented custom Debug Engine and implemented other breakpoint related interfaces to handle Data breakpoint. We are using shell's Data breakpoint UI to add data breakpoint.

But we require to configure some more additional setting (eg: Read/write Access type) for Data breakpoint apart from standard "Address" and "Byte Count" setting. We plan to introduce new command under Breakpoint context menu to configure additional setting.

We would like to know

1.使用DTE.Debugger.Breakpoints.Add API创建断点时,是否可以通过其他设置?

1. Is there a way to pass additional setting while creating breakpoint using DTE.Debugger.Breakpoints.Add API?

2.如果不是,最好的方法是将新设置添加到断点,以使这些设置在IDebugEngine2.CreatePendingBreakpoint方法中可用.

2. If not, what is the best way to add the new settings to breakpoint such that these settings are available in IDebugEngine2.CreatePendingBreakpoint method.

推荐答案

谢谢您的提问.

我正在尝试让熟悉此主题的人进一步研究此问题.可能会有一些时间延迟.感谢您的耐心.
 
感谢您的理解和支持.

I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
 
Thank you for your understanding and support.

最好的问候


这篇关于使用其他设置创建断点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆