RemoteDebug icon indicating copy to clipboard operation
RemoteDebug copied to clipboard

no display using debugA

Open jetpax opened this issue 6 years ago • 6 comments

First, thanks for a wonderful utility

I found debugA doesn't display

changed line 247 of RemoteDebug.h from

#define debugA(fmt, ...) rdebugVln(fmt, ##__VA_ARGS__)

to

#define debugA(fmt, ...) rdebugAln(fmt, ##__VA_ARGS__)

and seems to work

jetpax avatar Mar 09 '19 09:03 jetpax

Hi @jetpax, thanks to found this bug. I will correct the code Regards

JoaoLopesF avatar Mar 09 '19 11:03 JoaoLopesF

Hi @jetpax , this is fixed in lastest version (3.0.0) Thanks a lot for your colaboration

JoaoLopesF avatar Mar 11 '19 17:03 JoaoLopesF

Thanks Joao, look forward to the web app

Funnily enough I am using your RemoteDebug to debug an issue in my webapp, (resets after 6 hours or so) but think this may be the asyncwebserver that I am using

Actually this shows what maybe a bug in RemoteDebug but I will submit that on another ticket

jetpax avatar Mar 11 '19 17:03 jetpax

This does not appear to be fixed - as of 3.0.4 it is still "V" instead of "A". Tnx!

cmidgley avatar Mar 23 '19 16:03 cmidgley

Hi @cmidgley and @jetpax , My mistake, I changed in incorrect directory and not published to repo Please download the latest version. Thanks for your feedback

JoaoLopesF avatar Mar 23 '19 17:03 JoaoLopesF

It works. My version is 3.0.4

karol-brejna-i avatar May 24 '23 11:05 karol-brejna-i