Sami Greenbury
Technology, Teaching & Travel

Using xDebug’s Clickable Stack trace with Programmer’s Notepad (and MINGW32) in Windows

use this for an editor other than PNotepad. #!/bin/bash uo=$1 protocol=$(echo $uo | sed ‘s/\([a-z]*\):\/\/\(.*\):\([0-9]*\)\//\1/’); file=$(echo $uo | sed ‘s/\([a-z]*\):\/\/\(.*\):\([0-9]*\)\//\2/’); line=$(echo $uo | sed ‘s/\([A-z]*\):\/\/\(.*\):\([0-9]*\)\//\3/’); “C:\Program Files (x86)\Programmer’s Notepad\pn.exe” –line…

Categories: