View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wam_debugger-0.9.117.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.thesett.aima.logic.fol.wam.debugger.controller
├─ com.thesett.aima.logic.fol.wam.debugger.controller.CodeStepController.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.controller.MemoryLayoutMonitorController.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.controller.RegisterMonitorController.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.controller.TopLevelStandaloneController.class - [JAR]
com.thesett.aima.logic.fol.wam.debugger
├─ com.thesett.aima.logic.fol.wam.debugger.DarkColorScheme.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.StartStopLifecycleBase.class - [JAR]
com.thesett.aima.logic.fol.wam.debugger.monitor
├─ com.thesett.aima.logic.fol.wam.debugger.monitor.BreakpointMonitor.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.monitor.ByteCodeMonitor.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.monitor.MachineMonitor.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.monitor.MemoryLayoutMonitor.class - [JAR]
├─ com.thesett.aima.logic.fol.wam.debugger.monitor.RegisterSetMonitor.class - [JAR]