Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] Extending CDI launch Delegate

When you define your launch configuration type, you have to provide the
source computer id and source locator id. See for example, plugin.xml
for org.eclipse.cdt.launch.
To understand why you are getting this error see
org.eclipse.debug.internal.ui.sourcelookup.SourceLookupPanel.java. 

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx
[mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of veenu khanna
Sent: 09 February 2007 17:44
To: cdt-debug-dev@xxxxxxxxxxx
Subject: [cdt-debug-dev] Extending CDI launch Delegate

Hi

>>>>As far as I understand the breakpoints are not getting set
at the session startup. Does it happen because of the source lookup?
>>>> I didn't understand what you mean by "does it happen because of
source lookup"

During a session whenever a breakpoint is applied, it just act as a
marker. The breakpoint command is not send to the target.
And I am guessing the reason is that the project is not configured as a
source container by default.

Our project is a specal type of project but with C++ & java nature. If
that matters...

I don't have a "SourceLookupTab" in the launch configuration. 
I have also tried with a SourceLookupTab Then I get the error message
"Launch Configuration does not support source lookup"
What's wrong here ? 

Thanx
Veenu







 
________________________________________________________________________
____________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev

-- 
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.




Back to the top