Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Chrome has an equivalent; its UI is not great

In Firebug:

  • To see the JSON request payload being sent by the UI layer to the app layer, set a breakpoint in DataContext.js, near the end of the BuildOpts function (e.g. var buildOpts = function (...)), in the if (data) ... statement.

...

  • To see the JSON response payload being

...

  • returned by the app layer to the

...

in var BuildOpts

  • UI layer, set a breakpoint in DataContext.js, in the BuildOpts function, in the if (responseData && ...)

...

  • statement.

Debugging in the App layer

...