Project

General

Profile

plugins not loaded in development

Added by Brice Beaumesnil over 2 years ago

Hello,

I try (for the first time) to debug my plugins on redmine with vscode debugger.

It's work fine but only in production :

"args": [ "server", "webrick", "-e", "production"]

If i tried on development :

"args": [ "server", "webrick", "-e", "development "]

My plugins is not loaded by redmine... where i make a mistake ?

thanks