Re: [Freedos-devel] Insight debugger 1.20

2007-02-22 Thread Oleg O . Chukaev
From: "Arkady V.Belousov" <[EMAIL PROTECTED]> Date: Mon, 19 Feb 2007 23:03:13 +0300 > >> Why does it require many code changes to support > >> other than 80 columns? You could either only use > OOC> RTFS. Insight writes strings directly to video > OOC> memory. Offsets computed in this way: (X+Y*80

Re: [Freedos-devel] Insight debugger 1.20

2007-02-19 Thread Arkady V.Belousov
Hi! 19-Фев-2007 17:50 [EMAIL PROTECTED] (Oleg O.Chukaev) wrote to freedos-devel@lists.sourceforge.net: >> Why does it require many code changes to support >> other than 80 columns? You could either only use OOC> RTFS. Insight writes strings directly to video OOC> memory. Offsets computed in this

Re: [Freedos-devel] Insight debugger 1.20

2007-02-19 Thread Oleg O . Chukaev
From: Eric Auer <[EMAIL PROTECTED]> To: "Oleg O.Chukaev" <[EMAIL PROTECTED]> Date: Mon, 5 Feb 2007 15:18:29 +0100 (MET) Subject: Re: Insight debugger 1.20 > I hope the VGA save/restore can be switched on/off? > It might be quite slow on old computers, and it is > not needed while you debug non-VGA

Re: [Freedos-devel] Insight debugger 1.20

2007-02-08 Thread Jim Hall
On Thu, 2007-02-08 at 13:07 +0100, Robert Riebisch wrote: > Jim Hall wrote: > > > Hi Oleg. I can put this on ibiblio for you, if you like. Email me > > off-list, and we'll figure out how you can get it to me. > > Oleg already agreed, that I give Insight a new home at > http://www.bttr-software.

Re: [Freedos-devel] Insight debugger 1.20

2007-02-08 Thread Robert Riebisch
Jim Hall wrote: > Hi Oleg. I can put this on ibiblio for you, if you like. Email me > off-list, and we'll figure out how you can get it to me. Oleg already agreed, that I give Insight a new home at http://www.bttr-software.de/insight/ I mailed him off the list on Monday, but got no response so

Re: [Freedos-devel] Insight debugger 1.20

2007-02-07 Thread Jim Hall
Hi Oleg. I can put this on ibiblio for you, if you like. Email me off-list, and we'll figure out how you can get it to me. On Mon, 2007-02-05 at 15:14 +0300, Oleg O.Chukaev wrote: > Insight debugger 1.20 is ready for release. > > Major changes: > English documentation. > Some bugs fixed. > Sho

[Freedos-devel] Insight debugger 1.20

2007-02-05 Thread Oleg O . Chukaev
Insight debugger 1.20 is ready for release. Major changes: English documentation. Some bugs fixed. Short help. NASM sources. Saving/restoring VGA registers and font(may not work properly with some emulators). HCL BA wrote: >>2. the data displayed in the bottom panel expands if screen size is gre

Re: [Freedos-devel] Insight Debugger

2007-01-17 Thread Alain M.
>>> 1. the function keys works with DOSEMU >> Alt-F2 program reset, Alt-F5 user screen not work in X windows dosemu > > That's a common DOSEMU issue, nothing related to DOS programs. > Basically the window manager captures those keys; I redefine Alt-F2 in KDE, then it works for dosemu. I use in

Re: [Freedos-devel] Insight Debugger

2007-01-17 Thread Bart Oldeman
On 1/16/07, HCL BA <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > Sorry for so late to follow up of my request. > > I should have made it clear that > >1. the function keys works with DOSEMU > Alt-F2 program reset, Alt-F5 user screen not work in X windows dosemu That's a common DOSEMU issue,

Re: [Freedos-devel] Insight Debugger

2007-01-16 Thread HCL BA
Hello, Thanks for the reply. Sorry for so late to follow up of my request. I should have made it clear that >1. the function keys works with DOSEMU Alt-F2 program reset, Alt-F5 user screen not work in X windows dosemu >2. the data displayed in the bottom panel expands if screen size is greater

Re: [Freedos-devel] Insight Debugger

2007-01-09 Thread Олег Чукаев
Now sources converted to NASM, it is about 380K. No new bugs was found. HCL BA wrote: > I wish some changes to the insight new version > 4. online help Done. > 5. English documentation Full translation be ready at ~5 Feb 2007. Alain M. Wrote: >> 1. the function keys works with DOSEMU > > ?

Re: [Freedos-devel] Insight Debugger

2007-01-08 Thread Alain M.
Hi bahcl, > 1. the function keys works with DOSEMU ?? is this a FreeDOS problem? > 2. the data displayed in the bottom panel expands if screen size is greater > than 25 lines I cannot undestand this. Please explain ;-) > 3. displays properly as screen other than 80x25 80x50 works fine. I hav

Re: [Freedos-devel] Insight Debugger

2007-01-07 Thread HCL BA
Hello, I wish some changes to the insight new version 1. the function keys works with DOSEMU 2. the data displayed in the bottom panel expands if screen size is greater than 25 lines 3. displays properly as screen other than 80x25 4. online help 5. English documentation thank you bahcl

Re: [Freedos-devel] Insight debugger

2006-12-28 Thread Arkady V.Belousov
Hi! 28-Дек-2006 12:32 [EMAIL PROTECTED] (Oleg O. Chukaev) wrote to freedos-devel@lists.sourceforge.net: >> Porting sources from TASM/TLINK to NASM/ALINK/VAL or so would be nice. OOC> Now I work on this. I think, sources can be splitted to separete OOC> modules (.obj). Why not just use sourc

Re: [Freedos-devel] Insight debugger

2006-12-28 Thread Arkady V.Belousov
Hi! 28-Дек-2006 00:02 [EMAIL PROTECTED] (Oleg O. Chukaev) wrote to freedos-devel@lists.sourceforge.net: >> there no context help (F1) and no short description for commands/keys OOC> May be one or two help screens w/ descriptions of all keys will be OOC> usefull? Of course! This is minimum m

Re: [Freedos-devel] Insight debugger

2006-12-28 Thread Arkady V.Belousov
Hi! 28-Дек-2006 09:23 [EMAIL PROTECTED] (Robert Riebisch) wrote to "Oleg O. Chukaev" <[EMAIL PROTECTED]>, freedos-devel@lists.sourceforge.net: RR> Porting sources from TASM/TLINK to NASM/ALINK/VAL or so would be nice. Let me disagree with "nice" - writing from _scratch_ in dumb NASM I may u

Re: [Freedos-devel] Insight debugger

2006-12-28 Thread Robert Riebisch
"Oleg O. Chukaev" wrote: > Now I work on this. I think, sources can be splitted to separete > modules (.obj). http://www.devoresoftware.com/nomyso/ Robert Riebisch -- BTTR Software http://www.bttr-software.de/ - Take Surve

Re: [Freedos-devel] Insight debugger

2006-12-28 Thread Oleg O. Chukaev
Robert Riebisch wrote: > Porting sources from TASM/TLINK to NASM/ALINK/VAL or so would be nice. Now I work on this. I think, sources can be splitted to separete modules (.obj). Oleg O. Chukaev - Take Surveys. Earn Cash. I

Re: [Freedos-devel] Insight debugger

2006-12-28 Thread Robert Riebisch
"Oleg O. Chukaev" wrote: > May be one or two help screens w/ descriptions of all keys will be > usefull? Yes. > Documentation can be translated into English if some non-Russian > people want it. Would be very nice! :-) Porting sources from TASM/TLINK to NASM/ALINK/VAL or so would be nice. Rob

Re: [Freedos-devel] Insight debugger

2006-12-28 Thread Robert Riebisch
"Oleg O. Chukaev" wrote: > Does anybody use Insight debugger? What problems you had while using "Here!" ;-) > it? I want to improve this program and I need your help. I agree to Arkady. Robert Riebisch -- BTTR Software http://www.bttr-software.de/

Re: [Freedos-devel] Insight debugger

2006-12-27 Thread Oleg O. Chukaev
Arkady V. Belousov wrote: > Also, its interface doesn't uses screen properties and always draws as 80x25; This is not a problem, I already fix it using code from DeGlucker 0.04. > there no context help (F1) and no short description for commands/keys May be one or two help screens w/ description

Re: [Freedos-devel] Insight debugger

2006-12-26 Thread Arkady V.Belousov
Hi! 25-Дек-2006 16:33 [EMAIL PROTECTED] (Oleg O. Chukaev) wrote to freedos-devel@lists.sourceforge.net: OOC> Does anybody use Insight debugger? What problems you had while using OOC> it? I want to improve this program and I need your help. AFAIR, there was problems to run it under EMM386 (b

[Freedos-devel] Insight debugger

2006-12-25 Thread Oleg O. Chukaev
Hello! Does anybody use Insight debugger? What problems you had while using it? I want to improve this program and I need your help. Oleg O. Chukaev. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.ne