Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Function Breakpoints

> From: Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>
>I'm not sure I properly understood the issue

I think you do.

>attr.put(MIBreakpoints.BREAKPOINT_TYPE, MIBreakpoints.BREAKPOINT);
>attr.put(MIBreakpoints.FILE_NAME, sourceFile);
>attr.put(MIBreakpoints.FUNCTION, methodName);

Is the FILE_NAME attribute required or optional?

Is this method applicable only for GDB? This will work fine with me at
the moment, although I prefer something that doesn't depend on the
backend, just in case I wanted to support something other than GDB.


..Abdelhalim


Back to the top