Hi all! I'm trying to find a good way to debug my ...
# pact-js
q
Hi all! I'm trying to find a good way to debug my tests in Intellij. Does anyone have a run configuration or any general tips of how to set this up? I haven't been able to hit a single breakpoint in any of my tests. Thanks in advance!
u
Might be easier to use Visual Studio Code. It is very easy to setup debugging with that.
q
ok, thanks