I know I can put console.log
s in Chai tests and get them printed in console. However, I want to know how can I put a regular breakpoint (or debugger;
statement) in Vscode, and hit it, and debug as usual with stepping, evaluation, viewing local variables etc.
How do I truly debug hardhat chai test with breakpoints in Vscode (instead of console.log
s)?