<http://forum.pspad.com/read.php?f=2&i=10811&t=10811> ----------------------------------------------------------------
Hi, Is it possible to work with PHP Expert Debugger (http://www.ankord.com/phpxdbg.html) together with PSPad? For example I can set bookmarks in PHP code in PSPad. I want them to be saved to special file with syntax described below. Then, when I test the script PHP Expert Editor will stop on the PSPad's bookmark, so I can debug the script with Expert Debugger. Breakpoints file syntax (from Expert Debugger help): To preset the breakpoints, your software must create a files in the temporary folder of current user. For Windows NT, 2000, XP it is a folder: C:\Documents and Settings\User Name\Local Settings\Temp. For Windows 95/98/ME it is a folder: C:\WINDOWS\TEMP. This files must have a name of scripts and extension .brkpnt. For example you want preset breakpoints for script index.php then you must create file index.brkpnt This files must content a list of lines number where must be locate a breakpoints. Numbering of lines begins from zero. The separator symbols is a EOL (#13#10). For example: 2 14 56 -- PSPad freeware editor http://www.pspad.com
