PHP Tools for Visual Studio 1.24
Released: Jul 25, 2017
1.24 での更新項目
機能
- UTF detection improvements.
- Experimental support for Visual Studio 2017.
- Debug
- Breakpoints displays hit counts.
- Hit Count breakpoints (equal | greater than or equal | is multiple of) supported.
- Conditional breakpoints support 'when changed' conditions.
- Supported break on first statement (F10, F11).
- "When Hit" breakpoints supported (Tracepoints).
- DBGp
- Added support for DBGp proxy.
- Testing
- PHPUnit 6.x supported.
- PHPUnit version detected from composer.json.
- Custom PHPUnit can be used.
- PHPUnit is bundled in case.
- Compatible PHPUnit engine choosen according to selected PHP runtime.
不具合の修正
- Fix: Visual Studio 2017 unable to discover tests.