Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] disabling/removing Breakpoints

Hi Khaled,

Breakpoints are client-side objects. In Eclipse, they are stored in the workspace. The agent gets read-only, shadow copy of breakpoints info. Disabling/removing breakpoints in other instance of Eclipse requires requests to be sent from one Eclipse instance to another. It is possible to extend TCF protocol and client-side code to support client to client communications, but it is not implemented yet. Proposals are welcome.

Regards,
Eugene

-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Khaled Jmal
Sent: Thursday, October 08, 2015 7:34 AM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] disabling/removing Breakpoints

Hi All,

I do the following:
- start the TCF agent and connect to it from the eclipse IDE.
- set a breakpoint
- Start a different eclipse IDE and connect to the same TCF agent

I see the the breakpoint in the "Breakpoints" view of the second
eclipse. However I cannot disable or remove it.

Is this an expected behavior?

My actual problem is that I connect to a hardware debugger over TCF
where breakpoints could already be set e.g. by an initialization script.
In this case I cannot change these breakpoints.

Regards,
Khaled

--
Khaled JMAL
Lauterbach Consulting SARL
Tel: +21674611730#15
Fax: +21674611723
Mobile: +21658371071

_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tcf-dev


This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.



Back to the top