#1 2018-02-05 23:24:38

array81
Member
From: Italy
Registered: 2010-07-23
Posts: 411

Debug MVC/MVVM Web application

On MVC/MVVM Web applications development is there a way to know data sent to Mustache template?
I need see it for debug purpose.

Offline

#2 2018-02-06 04:02:25

Chaa
Member
Registered: 2011-03-26
Posts: 245

Re: Debug MVC/MVVM Web application

See
https://synopse.info/files/html/Synopse … #TITLE_517

Now, just change in your browser the URI from http://localhost:8092/blog/articleView?id=99 (here we clicked on the Article with ID=99) into http://localhost:8092/blog/articleView/json?id=99 (i.e. entering /articleView/json instead of /articleView, as a fake sub-URI).

Offline

Board footer

Powered by FluxBB