I'am writing a custom debug engine which allows debugging some kind of workflow defined as xml.
Who is responsible for telling Visual Studio where a breakpoint can be set in a text editor? I can set a breakpoint inside of the xml editor but only on xml elements. Is there a way to tell Visual Studio also to add breakpoints somewhere between the start and end tag of an xml element? So is it possible to add a breakpoint at line 7?
Is this logic customizable or does it depend on the used text editor?