-
I'm pretty new to this, so I'm not sure where this exists. I can't find the source in this repo or in bootstrap_for_ember. When I installed the latest version (0.0.15) with ember-cli 0.1.6, my code go…
-
When working in a large codebase with many collaborators, extra debugging statements can cause confusion, clutter, and potentially impact the experience for other developers (e.g. if someone adds a TO…
-
Putting in a line that simply says
debugger
which should act as a breakpoint is causing the extension to reset. It flashes white, then the extension starts over from the main entry point. I'm not t…
-
i.e. rebasing https://github.com/dlang/dmd/pull/8449
-
Make them:
1) Easier to understand
2) Just as/more informative
3) More organized when printed.
-
| | |
|--------------------|----|
| Bugzilla Link | [PR15076](https://bugs.llvm.org/show_bug.cgi?id=15076) |
| Status | NEW |
| Importance | P enhancemen…
-
Some times I have enormous response times from the DB
I broke the timings into small parts and got the biggest piece ate by preparing statements
How can I debug the preparation?
```
getEventsByW…
-
### Suggestion
Something similar to a stacktrace that shows the last 20 executed statements and their line numbers, with a way to print it.
E.g: "print current stacktrace"
### Why?
It makes debugg…
-
| | |
| --- | --- |
| Bugzilla Link | [15076](https://llvm.org/bz15076) |
| Version | unspecified |
| OS | All |
| Attachments | [The two examples (multi-expression if, do-while with line-break)](ht…
-
In order to be able to better debug the client library we should add logging with the `log` package to the code. For now, the main target would be the `RemoteNode` backend.