0.2.0 • Published 6 years ago

insomnia-plugin-xdebug-switch v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Insomnia Xdebug Switches

This Insomnia plugin makes it possible to easily enable or disable Xdebug functionality when making API calls. Currently you can switch between running the debugger and running the profiler.

npm.io

Setting the IDE Key

By default the Xdebug IDE key is set to INSOMNIA. In most cases there's no need to change this, but if you'd like to use your own IDE key, just add the key ide-key with as value your IDE key to your environment. For example: { "ide-key": "PHPSTORM" }.

This plugin is inspired by the insomnia-plugin-xdebug plugin.