chiefmyron / phpunit-test-workbench

An extension to integrate PHPUnit with the native Test Explorer functionality within VS Code. Zero configuration required for common environment setups.
https://marketplace.visualstudio.com/items?itemName=chiefmyron.phpunit-test-workbench
MIT License
5 stars 2 forks source link

Launch tasks not referencing webpack build for debugging #15

Closed chiefmyron closed 2 years ago

chiefmyron commented 2 years ago

There's something strange going on where debugging only works when the 'main' prop in package.json is set to 'out'. However, when 'main' is set to 'out', webpack produces a build that cannot reference the xml2js library correctly.

Need to standardise on webpack as the build process, and figure out how to support debugging.

Originally posted by @chiefmyron in https://github.com/chiefmyron/phpunit-test-workbench/issues/8#issuecomment-1279613354