Is there a way (through a browser addon or other means) to easily open the files shown to be causing errors?
For example, it would be nifty to be able to click on the Notice below and open the file in my IDE, rather than having to go back to my IDE and look for the file when the notice appears.
Notice: Undefined index: xyz in C:\xampp\htdocs\index.php on line 141
After some further research I have found that installing Xdebug and making use of the file_link_format configuration variable was exactly what I needed.
This forum thread helped me to get it set up with Netbeans which is the IDE I am using but you will be able to get it to work with any IDE/text editor with a change to the batch file they suggest.