OI Debugger - 2 Request (OpenInsight 32-Bit)
At 30 JAN 2003 05:46:52PM dsig@sigafoos.org wrote:
1) could we get a "tile" horizontally (or stacked)
2) could we get the settings saved so next time we start the debugger it will be 'tiled' etc as last left.
thanks
dsig@sigafoos.org onmouseover=window.status=the new revelation technology .. a refreshing change;return(true)"
David Tod Sigafoos ~ SigSolutions
Phone: 971-570-2005
OS: Win2k sp2 (5.00.2195)
OI: 4.1.2
At 30 JAN 2003 06:09PM Richard Hunt wrote:
I agree. I would really like that modification for sure!
At 31 JAN 2003 05:01AM Oystein Reigem wrote:
Also could we get
(3) the ability of inspecting long lines? The horizontal scroll only goes a short way today. (Alternatively could we get
the possibility of writing long statements across several lines in Basic+?)
(4) better error messages? What I think of is the "Variable has not been assigned a value" message. It would help a lot if the message told the name of the unassigned variable.
(5) the ability of changing the value of any variable? Dynamic arrays are a problem today.
(6) a "Watch" feature?
- Oystein -
At 31 JAN 2003 06:27AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Oystein,
(Alternatively could we get the possibility of writing long statements across several lines in Basic+?)
You already have this capability to a certain extent. You can do this currently in OI:
call someFunction( Var1, Var2, Var, |
Var4, Var5 )Note the '|' character at the end of the first line. This tells the compiler that the next line is a continuation of the first one.
Unfortunately (you knew this was coming right.. ;) this only works for so split a statement over 2 lines. You can't do this to split across 3 lines for example:
call someFunction( Var1, Var2, Var, |
Var4, |Var5 )World leaders in all things RevSoft
At 31 JAN 2003 07:02AM Oystein Reigem wrote:
Sprezzatura,
Thanks. Being able to chop a line in two can be of some help.
- Oystein -