Community
Participate
Working Groups
code from HEAD JDT debug has the coolest feature in the world: hyperlink debugging. We should also have this in JSDT debug.
Created attachment 180065 [details] wip This patch provides the hyperlink and detector, but there are some challenges: 1. Openable.codeSelect() never returns any IJavaScriptElements so I cannot resolve what code to step into 2. Asking the JavaScriptModel for IFunctions always returns nothing, so I can't find anything to even try and resolve. I will play around with it some more.
Created attachment 180085 [details] wip2 updated patch that includes step into selection and platform hooks for run to line. I still can't get the JavaScriptModel to give me any info about functions.