I’m back at coding with JSONForms and given the highly dynamic nature of the library it is sometimes quite hard to understand what’s happening (when its not doing what I want).
Unfortunately running a debugger through the code just sends me into some kind of header file with no source code to debug.
Is there a way to have my debugger run through the source code when using the lib ? If not what are the available tools to help me understand better how the lib internals are working (apart from reading source code on github) ?
PS : I’m using the debugguer inside VSCode, ideally I would like it work there, but any other option would still be of interest.