home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d102
/
dbug
/
readme.fnf
< prev
next >
Wrap
Text File
|
1987-09-06
|
1KB
|
26 lines
This is the latest release of my macro based C debugging package. There
are a couple of notable differences between this and the last release:
(1) I have abandoned the copyright and made it truely
public domain. I was getting too many inquiries from
people that wanted to use it in the development of
commercial software (as opposed to commercializing the
package itself) but were concerned about the "non-
commercial use" clause in the copyright. It was never
my intention to restrict such use, so I have simply
abandoned the copyright. You may now do with it as you
wish, including trying to commercialize the package
itself if you so desire.
(2) There is now a machine independent profiling mechanism
that is of reasonable accuracy providing the time spent
executing "pure user code" is significantly greater than
that executing the debugging support code. All that is
required is access to a timer with accuracy in the
tens of millisecond range. This facility was added by
Binayak Banerjee.
Enjoy!
-Fred