Skip to content

Debug Release versions

BorjaFG edited this page Mar 21, 2017 · 4 revisions

Notes on Debug/Release versions

Release versions are output to /bin Debug versions are output to /debug

Badger

Release versions of executables and linked-libraries must be set to remote machines. Otherwise, an error may happen (not yet properly handled) because of a missing remote debug library if VS is not installed in the remote machine.

RLSimion

To debug RLSimion, just run the debug version of the standalone console application

HerdAgent

To debug the Herd Agent, you can attach to the service or run the standalone console application (shares code with the service)

SimionSrcParser

After compiling RLSimion-Lib, the release version of the SimionSrcParser is called (should be in /bin). To debug the SimionSrcParser, just debug it, passing the input source directory as an argument: SimionSrcParser directory

Clone this wiki locally