Is any debugging trick you can share ?? I came from php and Dreamweaver and I use die command or print_r to debug line by line.
Is any trick you can share for nodejs?? Sometimes I get and error and the only thing is to begin deleting components until I get app running and start from that.
I don’t delete server action steps, I just disable them…
To create structure I sometime put a whole bunch of steps in an if-then-else with a condition of {{true}} which can help with the disabling strategy…
… or I may have a variable called {{debug}} which I set to 1 or 0 and bring into the logic as required…
I often find it very useful to see the actual queries as they’re executed. Obviously you’ll need to have access to the query log. You can use Wappler’s terminal to display the queries as mentioned here or use a text editor. (I use one which automatically monitors changes to the log file and jumps to the last line in the file.)
@Teodor, he’s not looking for you to diagnose this problem
In reality, what he wants to know (see quote) is if there is any debugging support within Wappler’s framework that would say “hey, we have an error in expression xyz” instead of throwing such a JS error
I also take this opportunity to answer to @Chackmool, no, sadly there isn’t such functionality yet