Is there a way to check console on Bruno? - Stack Overflow

admin2025-04-17  2

I'm currently working on API testing using Bruno and trying to debug my scripts by adding console.log statements in the pre-request and post-response script sections. However, I'm having trouble finding where Bruno logs these outputs.

I've checked the UI but couldn't find a dedicated console or log panel where these messages appear. I expected a section similar to Postman’s console or a way to view script outputs, but I haven't had any luck.

I'm currently working on API testing using Bruno and trying to debug my scripts by adding console.log statements in the pre-request and post-response script sections. However, I'm having trouble finding where Bruno logs these outputs.

I've checked the UI but couldn't find a dedicated console or log panel where these messages appear. I expected a section similar to Postman’s console or a way to view script outputs, but I haven't had any luck.

Share Improve this question asked Jan 31 at 22:33 Diwas SapkotaDiwas Sapkota 411 silver badge2 bronze badges 1
  • Please provide enough code so others can better understand or reproduce the problem. – PatPanda Commented Feb 1 at 12:10
Add a comment  | 

1 Answer 1

Reset to default 8

The console is a part of the developer tools panel. It is hidden by default, but you can open it from the view menu. View -> Toggle Developer Tools

转载请注明原文地址:http://anycun.com/QandA/1744844419a88410.html