How to Debug in Cursor?

To debug a project on a server using a cursor, what are the best practices and tools for effective debugging in such an environment? Are there any related files or resources?

show devtool panel of cursor?

Hello, I’m not very familiar with it. It seems to be debugging the project through a specific port, but I don’t know the details. Is the display panel you mentioned feasible?

it is a table to check cursor log it looks like chrome devtool

Hey, you can check out this guide:

Hello,

Recently, I’ve encountered some troublesome issues with Cursor in actual development, and I’d like to discuss them with you to find better solutions. I really appreciate your help.

The issues I find troublesome:

  1. When entering commands in COMPOSER to test an interface, Cursor compiles the project. However, before executing the compile command, I have to manually click once for Cursor to proceed. Is there a way to let Cursor execute the command directly without my confirmation?
  2. I start the project, copy the interface parameters from the AI-generated test cases into Postman, and manually send a request. If the interface fails, I check the error message in the console, manually copy it into COMPOSER chat, let it generate a fix, restart the project, and retry the request. Is there a more automated way, such as having COMPOSER automatically handle the errors without requiring my confirmation?

I even considered finding an official Cursor API that could retrieve console error messages and send them to COMPOSER chat for automatic processing. However, I feel like such an API might not exist.