7.1 Getting Started

In this tutorial, the program record will be used as an example. This program consists of the files

~beta/debugger/demo/record
~beta/debugger/demo/recordlib

and uses

~beta/containers/hashTable

The files record and recordlib are listed in appendix A. To get hands-on experience using Valhalla, you should copy record and recordlib to a directory of your own, compile them, and then read the tutorial while strolling along on your own workstation:

> cd ~beta/debugger/demo
> cp record* myDir
> cd myDir
> beta record

Or on windows:
> copy %BETALIB\demo\beta\record* myDir
> cd myDir
> beta record
It is not neccessary to compile the program, you can also do that from within the Mjolner tool.

Start the Mjolner tool by typing:

mjolner

at the UNIX prompt or selecting the icon if you are using a Window system. Open the record example (could be specified at commandline). If you have not compiled the record.bet program allready select "Compile record" in the "Compile/Run" menu. When you have a compiled program, select "Debug recode" in the "Compile/Run" menu. Valhalla is not started. It will initialy perform a check of all involved files, this can take from a few seconds to a minut depending on program size and your computer. Valhalla will then open the Valhalla Universe.


Mjolner Integrated Development Tool - Tutorial
© 1991-2004 Mjølner Informatics
[Modified: Monday October 16th 2000 at 13:37]