Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-incubator-dev] Breakpoints on XML files

Doug,

I don't know if this link will help or not:

http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm

But if you can set some meta data about the break point, and specify that it's an XSLT breakpoint, then you might be able to control when it breaks and when it doesn't.

Dave

DOUG SATCHWELL wrote:
I can quite easily add the ability to put breakpoints onto source XML files. There is one potential dilemma though - how does the user know what _kind_ of breakpoint is on the file?

For instance, what if a different language (Ant?) were to allow users to add breakpoints to XML files too. Is there some way to differentiate between the 2 sorts of breakpoint? Obviously, only XSL breakpoints will work for XSL debugging.

Has anyone got any thoughts on this, or shall I just go ahead and allow breakpoints to be added to XML files anyway?

Doug
------------------------------------------------------------------------

_______________________________________________
wtp-incubator-dev mailing list
wtp-incubator-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-incubator-dev



Back to the top