MCPcopy Index your code
hub / github.com/OmniscientDebugger/LewisOmniscientDebugger

github.com/OmniscientDebugger/LewisOmniscientDebugger @0.1.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.5 ↗ · + Follow
2,762 symbols 7,902 edges 204 files 120 documented · 4% updated 7y ago0.1.5 · 2016-06-07★ 627 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Thank you for downloading the Omniscient Debugger (the ODB), the Java debugger that lets you go "backwards in time" so you can examine your program's execution.

=== Contact Info / Website ===

There are no ODB mailing lists. For support, patches / other contributions, bugs, and feature requests, please email me at bil@lambdacs.com -- I enjoy hearing your feedback.

Also please visit the website at: https://web.archive.org/web/20150915150119/http://www.lambdacs.com/debugger/

=== System Requirements ===

ODB 1.4 works on code complied for JDK 1.3 and 1.4. ODB 1.5 works on code compiled for JDK 1.5. I have not tested it on 1.6. If you have, please let me know.

=== Usage ===

If you normally run your program on UNIX like this:

% java com.lambda.tests.TestMyArrayList

You can run the debugger like this:

% java -cp LewisOmniscientDebugger-1.5.jar:$CLASSPATH com.lambda.Debugger.Debugger com.lambda.tests.TestMyArrayList

There are alias files and .BAT files that allow you to type this:

% debug bomberman.Bomberman

I often run it from Elipse by making com.lambda.Debugger.Debugger the program to run and making bomberman.Bomberman the argument to it.

=== Tutorial ===

Please try the demo programs that ship with the ODB. Just run the ODB with no command line arguments.

Please also watch the ODB video "Debugging Backwards in Time" available at:

https://www.youtube.com/watch?v=xpI8hIgOyko

The research paper can be found at:

http://www.cs.kent.edu/~farrell/mc08/lectures/progs/pthreads/Lewis-Berg/odb/AADEBUG_Mar_03.pdf

I am looking for a good short Flash tutorial, with voice annotation, of how to use the ODB. I would like to put it on my website. If you create one, please email me.

=== Manual ===

See docs/ODBUserManual.html. Enjoy!

--Bil Lewis bil@lambdacs.com 18 Feb 2007

Extension points exported contracts — how you extend this code

ShadowPrimitive (Interface)
(no doc) [27 implementers]
src/main/java/com/lambda/Debugger/ShadowPrimitive.java
SpecialFormatter (Interface)
Implement this interface to allow the Objects pane to display your objects in your desired format. [3 implementers]
src/main/java/com/lambda/Debugger/SpecialFormatter.java
StackFrame (Interface)
(no doc) [2 implementers]
src/main/java/edu/insa/LSD/StackFrame.java
State (Interface)
(no doc) [1 implementers]
src/main/java/edu/insa/LSD/State.java

Core symbols most depended-on inside this repo

println
called by 431
src/main/java/com/lambda/Debugger/D.java
append
called by 422
src/main/java/com/lambda/Debugger/Debugify.java
equals
called by 379
src/main/java/com/lambda/Debugger/VectorD.java
add
called by 177
src/main/java/com/lambda/Debugger/Ring.java
get
called by 152
src/main/java/com/lambda/Debugger/Shadow.java
message
called by 147
src/main/java/com/lambda/Debugger/Debugger.java
println
called by 138
src/main/java/com/lambda/Debugger/Debugger.java
size
called by 125
src/main/java/com/lambda/Debugger/Clock.java

Shape

Method 2,504
Class 254
Interface 4

Languages

Java100%

Modules by API surface

src/main/java/com/lambda/Debugger/MyCollections.java208 symbols
src/main/java/com/lambda/Debugger/D.java111 symbols
src/main/java/com/lambda/Debugger/TimeStamp.java101 symbols
src/main/java/com/lambda/Debugger/Shadow.java92 symbols
src/main/java/edu/insa/LSD/EventImpl.java74 symbols
src/main/java/com/lambda/Debugger/EventInterface.java73 symbols
src/main/java/com/lambda/Debugger/TraceLine.java67 symbols
src/main/java/com/lambda/Debugger/Debugger.java67 symbols
src/main/java/com/lambda/Debugger/Debugify.java63 symbols
src/main/java/edu/insa/LSD/Event.java52 symbols
src/main/java/com/lambda/Debugger/MyAbstractList.java49 symbols
src/main/java/com/lambda/Debugger/VectorD.java39 symbols

For agents

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

⬇ download graph artifact