Insomnia REST Client plugin for Xdebug.
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" }.
* The adaptions for Insomnia 10 were taken from https://github.com/Kong/insomnia/issues/8139#issuecomment-2490971861
* This plugin was originally written by Tristan Siebers: https://www.npmjs.com/package/insomnia-plugin-xdebug-switch
* This plugin is inspired by the insomnia-plugin-xdebug plugin