简体   繁体   English

如何在WSO2 BPS中调试业务流程

[英]How to debug Business Process in WSO2 BPS

How to debug Business Process in WSO2 BPS : Want to see input output in activity information list for each activity.. I am not able to.... Please Help 如何在WSO2 BPS中调试业务流程:想要查看每个活动的活动信息列表中的输入输出。.我无法...。请帮助

Can I debug the process in Developer Studio? 我可以在Developer Studio中调试过程吗? Here Debug Means can we run it activity by activity? 在这里,调试意味着我们可以逐个活动地运行它吗?

First you have to setup debug configurations in your IDE which is can be learn using this wso2 article 首先,您必须在IDE中设置调试配置,可以使用这篇wso2文章来学习

Then start the BPS server script with debug option as follows. 然后如下所示使用调试选项启动BPS服务器脚本。

<bps_home>/bin/wso2server.sh -debug 5005

After you start the server you will get this message: 启动服务器后,您将收到以下消息:

Listening for transport dt_socket at address: 5005

Then start debugging from your IDE! 然后从您的IDE开始调试!

在此处输入图片说明

This is the debug configuration I used: 这是我使用的调试配置:

编辑配置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM