0

While debugging a PHP application an error message appears in the browser with a complete stack trace. Is it possible to create hyperlinks from the files + line numbers that automatically navigates to Eclipse?

The closest answer that I've found is this one: Create an URI for an application

Code4R7
  • 2,600
  • 1
  • 19
  • 42

1 Answers1

1

Simple answer is no for now.

Eclipse team works on ability to implement URL handlers like (eclipse://path_to_something), see for example bug 530835

zulus
  • 2,506
  • 19
  • 20
  • Great answer. The bug report is from the same date as my question. It's really fantasic how fast the Eclipse team picks this up. – Code4R7 Feb 11 '18 at 19:27