How to interactively debug a script or test of an request/collection? #2319
-
Hi, As I am new to JavaScript I want to go through my scripts step by step in a debugger. I know the console.log methods but it is time consuming to adapt the calls an rerun the request. Therefore I tried the debugger-statement but it does not have any viewable effect. Is there a possibility to start a debugger to analyze the scripts executed scripts of request/collections? Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi, Unfortunately nobody reacts on this question. How do analyze what is going on in your scripts? Kind Regards |
Beta Was this translation helpful? Give feedback.
-
You can use debugger with Bruno CLI |
Beta Was this translation helpful? Give feedback.
Because the script runs on the main process and is isolated with
vm2
, thedebugger
statement does not work. I don't think there is a better way then usingconsole.log