Java Debugger/en

Aus expecco Wiki (Version 2.x)
Version vom 8. Oktober 2014, 10:59 Uhr von Jv (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „The ''Java Debugger plugin'' provides basic Java debugging facility. It allows for debugging of Groovy blocks and any other Java code run in remote JVM directl…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

The Java Debugger plugin provides basic Java debugging facility. It allows for debugging of Groovy blocks and any other Java code run in remote JVM directly within expecco.

Breakpoints[Bearbeiten]

Debugger[Bearbeiten]

JDebugger plugin: debugger window

The overall layout of Java debugger window is similar to debuggers for Smalltalk and JavaScript blocks. It consists of 5 panes:

1 Execution Stack - organized top-to-bottom, i.e., the currently executing method is the first entry in the list.

2 Source Code View - shows the source code of the currently selected method (in execution stack pane). Source for particular method may or may not be available. For details refer to section Managing Sources

3 this object inspector - an embedded inspector of this objects, i.e., on the receiver of the method.

4 Method parameters and locals inspector - an embedded inspector showing all method parameters and local variables which are visible at current scope.

5 Thread List - list showing all threads in the remote JVM. The Execution Stack pane shows execution stack of selected thread.


Object Inspector[Bearbeiten]

Managing Sources[Bearbeiten]



Copyright © 2014-2024 eXept Software AG