How to debug rasa-core?

Hey,

I wrote a tutorial how I did it.

Here the short form:

  1. Make a file that runs Rasa in it.
  2. Make in VS Code a launch.json file, where you configure the settings for your debugger. Specify under the point “program” the file you wrote in 1. ( and its path).
  3. Run VS Code in debug mode.