How to debug Flow Manager application #495
-
What product are you having troubles with?Console What Console version are you using?12.0.2 DescriptionHi, Actual OutcomeNo response Expected OutcomeNo response |
Beta Was this translation helpful? Give feedback.
Answered by
GabrieleGuelfi
May 15, 2024
Replies: 1 comment 3 replies
-
Hi @rafpor75, the best way is to look at the logs, they show received events, state transitions and commands triggered, so it is usually enough. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run a microservice locally and debug it using a "JavaScript Debug Terminal", you can find it in the "Run and Debug" section of Visual Studio Code. If it interacts with the Flow Manager, or any other service, you should mock them using an external tool (e.g. mock-server or Mockoon).