server icon indicating copy to clipboard operation
server copied to clipboard

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.

Results 60 server issues
Sort by recently updated
recently updated
newest added

This feature request proposes the introduction of a functionality in Buggregator that allows users to respond to HTTP requests with customizable fake responses, based on schemas provided by the user....

enhancement
for contributors
c: difficult
module [Http-dump]

Hi guys It seems Inspector isn't working in Laravel. Sending to [inspector.dev](https://inspector.dev) works correctly but not sending to Buggregator. I'm using the latest v1.0.0 Docker image. The [docs](https://docs.buggregator.dev/config/inspector.html#laravel) say this...

bug
c: medium
module [Inspector]

While Buggregator provides excellent support for debugging local PHP applications, there is currently no native support for debugging remote applications. This limitation requires developers to rely on alternative solutions, or...

documentation
enhancement
c: difficult
module [Core]

There is [yiisoft/profiler](https://github.com/yiisoft/profiler). Probably we can add something for it?!

enhancement
question
for contributors
feature

enhancement
for contributors
c: easy
module [Core]
usability

Error: ``` 2024-08-11T17:36:26+0000 ERROR app Cycle\Database\Exception\StatementException: There is already an active transaction in /app/vendor/cycle/database/src/Driver/MySQL/MySQLDriver.php at line 60 [] [] ```` Reproduction: Install coolify locally and also bugregator. You need to...

Have error: ``` buggregator-1 | 2024-07-26T13:40:36+0000 ERROR app Unable to declare consumer pipeline "memory". Reason: Error 'rpc_declare_pipeline: pipeline already exists, name: local, driver: memory' on tcp://127.0.0.1:6001 [] [] buggregator-1 |...

I think it would be useful to have the ability to export (save) and import (load) dumps and other Buggregator messages. Developers could attach such dumps to issues in their...

I have a complex object with `pure` `__toString()` method. Or object implements `Stringable` interface It would be nice, if Buggregator shows result of that `__toString()` somewhere (without need to expand...

enhancement