Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 768 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 768 Bytes

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.

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.