In an INI file somewhere right?
Hmm… actually, it seems not.
In fact, it looks like cladb.exe is a “stub” .NET program that calls D32$StartDebugger
from cladbrun.dll
Anyway, somewhere in all that the window position, and monitor is getting stored in the ClarionProperties.xml
file.
You can find this in your ConfigDir
which is typically under %appdata%\SoftVelocity\Clarion\10.0
, look for the <Properties name="Debugger">
section and play around with the elements in <Array name="frame">
.
I imagine that if you just delete the whole <Properties name="Debugger">
node it will be rebuild.
Back first? Have fun?