spotzero / wsdata

wsdata development mirroring drupal.org
1 stars 3 forks source link

In Drupal 8 There's No REST Client Debugger Thingamabob Like D7 #7

Closed lquessenberry closed 6 years ago

lquessenberry commented 6 years ago

I am over here crying because I don't how to debug things like I did in D7 with wsdata and restclient modules. Is that a thing that can happen?

morinluc0 commented 6 years ago

Let's create a feature request for a debug mode. I can see how that would be useful.

morinluc0 commented 6 years ago

@lquessenberry I created a branch for a starting point, so far I created the admin page to set the debug mode.

lquessenberry commented 6 years ago

Excellent. I am only familiar with how the old one in D7 worked and I am a terrible programmer, but I can do my best to break things.

morinluc0 commented 6 years ago

I finished a pretty basic debug mode that will display a debug array with the options send to the connector.

https://github.com/spotzero/wsdata/tree/7-debug-mode

lquessenberry commented 6 years ago

How do I enable this?

lquessenberry commented 6 years ago

I believe I have pulled this commit down, but I can't seem to figure out where to look for the debugger.

lquessenberry commented 6 years ago

Nevermind i see the config for it.

morinluc0 commented 6 years ago

Wsdata debugger has been created.