Can we use bench start for live debugging?

can we use bench start for live debugging? Is there any negative Impact of bench start? If yes. then how can debug live?

Thanks

bench start is only used in the development environment. In production, this is not loaded

so how we can use in production server i want to debug my code live

This is not Complete answer what I did ask?

As per @trentmu yes! bench start is only used in the development environment,
but, If you want to debug your code live on a production server then you can try
bench console
where you can call the function you want to debug by giving the proper path of it.

1 Like

How can I watch the live web requests in production server?