﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2065	c-runtime: side-effects using -lv	Lennart Ochel	Lennart Ochel	"We should get rid of side-effects while using –lv flags. For example the simulation gets stopped after the first step if the flag LOG_JAC_END is used.
{{{
""LOG_ENDJAC         [outputs the jacobian and exits the simulation]""
}}}
That is ugly and more a developer-flag than a user-flag. 

That can be handled much smarter in two ways:
1. We can use DEBUG_STREAM to determine if we are in debug (call it better developer) mode or user-mode.
2. We can introduce a general debug-flag if needed. That can get several debug-options, similar to –lv. That would be a much more clear way to provide such functionality. I can provide such functionality if needed.
I am not sure if there are more side-effects."	discussion	closed	high	1.9.0	Run-time	trunk	fixed	c-runtime	Vitalij Ruge Adeel Asghar Willi Braun
