MCPcopy Index your code
hub / github.com/T-Spoon/Traceur

github.com/T-Spoon/Traceur @v1.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.1 ↗ · + Follow
150 symbols 255 edges 25 files 32 documented · 21% 5 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Traceur

Traceur enables easier debugging of RxJava2 exceptions, by appending the source of any asynchronous calls to the original exception.

An example RxJava exception:

The same exception with Traceur enabled:

Notice that the call site of the asynchronous call is linked in the stack trace (SplashPresenter).

RxJava1 had a similar feature included by default, RxJavaHooks.enableAssemblyTracking(), but RxJava2 has no such feature unfortunately.

Usage

Enable logging:

Traceur.enableLogging();

Disable logging:

Traceur.disableLogging();

Download

compile 'com.tspoon.traceur:traceur:1.0.1'

Thanks

Thanks to David Karnok - this project is largely just an enhancement of his RxJava2Extensions project, making it slightly easier to consume as a developer

License

Copyright 2017 Oisín O'Neill

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Core symbols most depended-on inside this repo

subscribe
called by 21
traceur/src/main/java/com/tspoon/traceur/ParallelFlowableOnAssembly.java
create
called by 18
traceur/src/main/java/com/tspoon/traceur/TraceurException.java
appendTo
called by 11
traceur/src/main/java/com/tspoon/traceur/TraceurException.java
enableLogging
called by 4
traceur/src/main/java/com/tspoon/traceur/Traceur.java
shouldFilterStackTraces
called by 1
traceur/src/main/java/com/tspoon/traceur/TraceurConfig.java
getLogLevel
called by 1
traceur/src/main/java/com/tspoon/traceur/TraceurConfig.java
createStackTrace
called by 1
traceur/src/main/java/com/tspoon/traceur/TraceurException.java
filterLine
called by 1
traceur/src/main/java/com/tspoon/traceur/TraceurException.java

Shape

Method 118
Class 31
Enum 1

Languages

Java100%

Modules by API surface

traceur/src/main/java/com/tspoon/traceur/FlowableOnAssembly.java16 symbols
traceur/src/main/java/com/tspoon/traceur/MaybeOnAssembly.java11 symbols
traceur/src/test/java/com/tspoon/traceur/TraceurTest.java10 symbols
traceur/src/main/java/com/tspoon/traceur/SingleOnAssembly.java10 symbols
traceur/src/main/java/com/tspoon/traceur/CompletableOnAssembly.java10 symbols
traceur/src/main/java/com/tspoon/traceur/ObservableOnAssembly.java9 symbols
traceur/src/main/java/com/tspoon/traceur/RxJavaAssemblyException.java8 symbols
traceur/src/main/java/com/tspoon/traceur/Traceur.java7 symbols
traceur/src/main/java/com/tspoon/traceur/TraceurException.java6 symbols
traceur/src/main/java/com/tspoon/traceur/RxJavaAssemblyTracking.java5 symbols
traceur/src/main/java/com/tspoon/traceur/TraceurConfig.java4 symbols
traceur/src/main/java/com/tspoon/traceur/SingleOnAssemblyScalarCallable.java4 symbols

For agents

$ claude mcp add Traceur \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact