Skip to content

05 Debugging

CraigD edited this page Mar 19, 2023 · 2 revisions

Material uses LMS's JSONRPC and Cometd interfaces to send commands and receive updates. To see (some) of the messages Material sends, and the messages received, start Material as follows:

  • http://<yourserver>:9000/material/?debug=json for JSONRPC
  • http://<yourserver>:9000/material/?debug=cometd for Cometd
  • http://<yourserver>:9000/material/?debug=libcometd to enable debugging from libcometd
  • http://<yourserver>:9000/material/?debug=json,cometd,libcometd for all
Clone this wiki locally