packages feed

crucible-debug-0.1.0: test-data/frame.txt

> load test-data/add.cbl

Loaded 2 CFGs from test-data/add.cbl

> frame

The simulator is not yet running

> step

Ok

> frame

Return: _start

> break add

Ok

> call main

Ok

> run

Ok

> frame

CFG: add
Block: %0

Argument types:
- Integer
- Integer

> run

Ok

> done

Ok