LewisOmniscientDebugger
Bil Lewis' Omniscient Debugger for Java.
Install / Use
/learn @OmniscientDebugger/LewisOmniscientDebuggerREADME
LewisOmniscientDebugger
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. Also please visit the project website
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 tested it on 1.6 and it works. Code compiled for Java 7 and up use invokedetatch, which seems to cause problems at the moment. See Issue: The Jar's compiled for 1.6 and older do work on the 1.8 JVM.
Maven/Gradle
Maven
<dependency>
<groupId>com.neuronrobotics</groupId>
<artifactId>LewisOmniscientDebugger</artifactId>
<version>1.6</version>
</dependency>
Gradle
compile group: 'com.neuronrobotics', name: 'LewisOmniscientDebugger', version: '1.6'
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"
The research paper can be found here
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 manual here Enjoy!
Development
Here is how to build and run the debug the debugger step
git clone https://github.com/OmniscientDebugger/LewisOmniscientDebugger.git
gradle jar
java -DDEBUG_DEBUGIFY -Xms400100100 -Xmx400100100 -DMEMORY=400100100 -cp build/libs/LewisOmniscientDebugger.jar:$CLASSPATH com.lambda.Debugger.Debugify build/classes/main/com/lambda/Debugger/Demo.class
Contact Info / Website
There are no ODB mailing lists. For support, patches / other contributions, bugs, and feature requests, please email me -- I enjoy hearing your feedback.
--Bil Lewis bil@lambdacs.com 18 Feb 2007
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
