deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
dev:start [2014/06/10 07:16] – external edit 127.0.0.1dev:start [2015/08/01 14:45] ursgraf
Line 15: Line 15:
   * [[.:HString|HStrings (String-Handling in the Compiler)]]   * [[.:HString|HStrings (String-Handling in the Compiler)]]
 </box> </box>
 +
 ===== Goals ===== ===== Goals =====
   * Development platform for Java including compiler, linker and runtime system.   * Development platform for Java including compiler, linker and runtime system.
Line 42: Line 43:
  
 ==== Class File Browser ==== ==== Class File Browser ====
-When working extensively with class files our **Class File Browser** might be advantageous. It displays all information of a class file in easily readable form. It can downloaded as an eclipse plugin from [[https://marketplace.eclipse.org/content/eclipse-class-file-browser]].+When working extensively with class files our **Class File Browser** might be advantageous. It displays all information of a class file in easily readable form. It can be downloaded as an eclipse plugin from [[https://marketplace.eclipse.org/content/eclipse-class-file-browser]].
  
 ==== Runtime System ==== ==== Runtime System ====
Line 56: Line 57:
 Many views in eclipse support the viewing of variables, objects, registers and memory sections. We also deploy the debugger framework of eclipse to support target debugging with setting breakpoints and single-stepping (see [[.:eclipse_debugger|Debugger]]). Many views in eclipse support the viewing of variables, objects, registers and memory sections. We also deploy the debugger framework of eclipse to support target debugging with setting breakpoints and single-stepping (see [[.:eclipse_debugger|Debugger]]).
  
 +----
 +==== Internal Developer Documentation ====
 +The internal documentation for maintainers can be found  [[http://wiki.ntb.ch/collaboration/deep/start|here]].
  
dev/start.txt · Last modified: 2022/12/20 11:30 by ursgraf