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.
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.