Simple app for launching the Cog debugger on a model restored from an HDF5 file.
This will be obsoleted when the debugger implements a "Load" button.
Use this by entering the filename in the IntelliJ IDEA run config under "Program arguments".
The path can be absolute or relative to the launch directory, which is the top-level project
directory.
Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
Restorer
App
DelayedInit
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
defargs: Array[String]
Attributes
protected
Definition Classes
App
Annotations
@deprecatedOverriding("args should not be overridden", "2.11.0")
Created by Dick Carter on 3/5/15.
Simple app for launching the Cog debugger on a model restored from an HDF5 file. This will be obsoleted when the debugger implements a "Load" button.
Use this by entering the filename in the IntelliJ IDEA run config under "Program arguments". The path can be absolute or relative to the launch directory, which is the top-level project directory.