Debugging Scripts

Этот раздел перенесён из документации Camunda 7 и в дальнейшем будет доработан с учётом особенностей OpenBPM Engine

If a form script is loaded using an XHR from a web server, it is executed using eval(). To debug it, you need to use browser-specific debugger extensions.

Debugging Form Scripts in Google Chrome

If you are using the Google Chrome debugger, you can add the debugger; directive to the source code of the script:

<form role="form">

  <script cam-script type="text/form-script">
    debugger;
  </script>

</form>

Лицензия и атрибуция

Эта документация была создана на базе материала "Camunda 7 Docs" от Camunda, находится под лицензией Creative Commons Attribution-ShareAlike 3.0 Unported License .

Оригинал документации: https://docs.camunda.org