From: Monica K. <mo...@ko...> - 2001-02-10 01:12:08
|
Does anyone know of any debugging tools to use on the mac? Anything other than alert boxes would be very helpful :-) Thanks! -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Friday, February 09, 2001 2:21 PM To: dyn...@li... Subject: [Dynapi-Dev] a couple of tools I have found the following tools to be indeispensible when working with (and debuggin) DynAPI (WIN32 - sorry) 1) FreeMemPro http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html <http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html> This is a ram 'defragmenter' for Window 32.. the way it works is it allocates as much ram from windows as it can, which forces windows to swap unused data from physical ram to swap space. Then it releases this ram using proper memory management resulting in more free ram. It will keep doing this until it gets as close to the specified amount of free ram as it can. On my Win98 system which has 128 megs of ram, I ask it to free up 128 ,egs and it gives me 80 to 100 megs free ram.. Which is damned handy when one has been re-loading the same DynAPI app over and over again.. It's not a cure for memory leaks but it make development much easier, and reduces crashes/reboots. 2) Taskinfo http://www.iarsn.com/download.html <http://www.iarsn.com/download.html> This program is for Window 9X and closly resembles the Task manager in Windows 2000, with a little extra functionality. You can find out how much ram and CPU time each process is using, what files the process has open and much more. In fact it was because of my constant observation of running processes that I discovered last week that I had caught a trojan.. :-) " what in the hell is this Wininit.exe?!? and hey! I've never seen DNETC.exe before.. " Just a couple of tools to hopefully make your life easier.. Later Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm <http://www.grisoft.com/html/us_index.cfm> Checked by AVG anti-virus system ( http://www.grisoft.com <http://www.grisoft.com> ). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |
From: Pascal B. <pa...@dy...> - 2001-02-10 09:43:40
|
hmm, I can think of one :) I'm currently working on Oversight, which will be a debugger and editor in one.. you can still download an early debugger version from my site : http://www.dynamic-core.net/ I will hopefully be able to upload the latest code this weekend.. (the editor part, and an updates debugger) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Monica Keefe Verzonden: zaterdag 10 februari 2001 2:11 Aan: 'dyn...@li...' Onderwerp: RE: [Dynapi-Dev] a couple of tools Does anyone know of any debugging tools to use on the mac? Anything other than alert boxes would be very helpful :-) Thanks! -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Friday, February 09, 2001 2:21 PM To: dyn...@li... Subject: [Dynapi-Dev] a couple of tools I have found the following tools to be indeispensible when working with (and debuggin) DynAPI (WIN32 - sorry) 1) FreeMemPro http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html This is a ram 'defragmenter' for Window 32.. the way it works is it allocates as much ram from windows as it can, which forces windows to swap unused data from physical ram to swap space. Then it releases this ram using proper memory management resulting in more free ram. It will keep doing this until it gets as close to the specified amount of free ram as it can. On my Win98 system which has 128 megs of ram, I ask it to free up 128 ,egs and it gives me 80 to 100 megs free ram.. Which is damned handy when one has been re-loading the same DynAPI app over and over again.. It's not a cure for memory leaks but it make development much easier, and reduces crashes/reboots. 2) Taskinfo http://www.iarsn.com/download.html This program is for Window 9X and closly resembles the Task manager in Windows 2000, with a little extra functionality. You can find out how much ram and CPU time each process is using, what files the process has open and much more. In fact it was because of my constant observation of running processes that I discovered last week that I had caught a trojan.. :-) " what in the hell is this Wininit.exe?!? and hey! I've never seen DNETC.exe before.. " Just a couple of tools to hopefully make your life easier.. Later Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |
From: Richard B. <ma...@ri...> - 2001-02-10 18:11:42
|
Hi, One thing I was pondering while checking the screenshot, is that you = seem to have a large screen, so all windows have space, but please check = what happens at 1024 or 800, it clogs the display, maybe you can = implement show/hide, or shrink unused windows or something.=20 Maybe it would be even nicer to add a "tile" function, which resizes all = windows to fill the screen. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of = DynAPI2) ----- Original Message -----=20 From: Pascal Bestebroer=20 To: dyn...@li...=20 Sent: Saturday, February 10, 2001 10:43 AM Subject: RE: [Dynapi-Dev] a couple of tools hmm, I can think of one :) I'm currently working on Oversight, which will be a debugger and = editor in one.. you can still download an early debugger version from my site : http://www.dynamic-core.net/ =20 I will hopefully be able to upload the latest code this weekend.. (the = editor part, and an updates debugger) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net=20 -----Oorspronkelijk bericht----- Van: dyn...@li... = [mailto:dyn...@li...]Namens Monica Keefe Verzonden: zaterdag 10 februari 2001 2:11 Aan: 'dyn...@li...' Onderwerp: RE: [Dynapi-Dev] a couple of tools Does anyone know of any debugging tools to use on the mac?=20 Anything other than alert boxes would be very helpful :-) Thanks! -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Friday, February 09, 2001 2:21 PM To: dyn...@li... Subject: [Dynapi-Dev] a couple of tools I have found the following tools to be indeispensible when working = with (and debuggin) DynAPI (WIN32 - sorry) 1) FreeMemPro = http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html This is a ram 'defragmenter' for Window 32.. the way it works = is it allocates as much ram from windows as it can, which forces windows = to swap unused data from physical ram to swap space. Then it releases this ram using proper memory management resulting = in more free ram. It will keep doing this until it gets as close to the specified = amount of free ram as it can. On my Win98 system which has 128 megs of ram, I ask it to free up = 128 ,egs and it gives me 80 to 100 megs free ram.. Which is damned handy when one has been = re-loading the same DynAPI app over and over again..=20 It's not a cure for memory leaks but it make development much = easier, and reduces crashes/reboots. 2) Taskinfo http://www.iarsn.com/download.html This program is for Window 9X and closly resembles the Task = manager in Windows 2000, with a little extra functionality. You can find out how much ram and CPU time each process is using, = what files the process has open and much more. In fact it was because of my constant observation of running = processes that I discovered last week that I had caught a trojan.. :-) " what in the hell is this Wininit.exe?!? and hey! I've never seen = DNETC.exe before.. " Just a couple of tools to hopefully make your life easier.. Later Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |
From: Pascal B. <pa...@dy...> - 2001-02-10 18:19:11
|
Already struggling with it.. Although not all windows need to be open at all times, you only have to open the debugger when you need it. I was trying to work out some way to shade windows (min. size is 100x100) but can't get it to work correctly yet, and not sure if it works under IE4. I'm now trying to make the windows as easy-placed and small as possible.. but there will be some window moving when your working, for people familiar with Borland development envrionments it won't be such a big thing (there are always some windows floating around as well) but I think for people used to DreamWeaver this will be not so familiar, and might look a bit difficult at first) Today I got the property editor working (simple, with bugs.. but it works :-) So I'm pretty sure I can release something this weekend (nothing really useable for projects or anything, but I'm hoping for feed back on it) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Richard Bennett Verzonden: zaterdag 10 februari 2001 19:12 Aan: dyn...@li... Onderwerp: Re: [Dynapi-Dev] Oversight (was: a couple of tools) Hi, One thing I was pondering while checking the screenshot, is that you seem to have a large screen, so all windows have space, but please check what happens at 1024 or 800, it clogs the display, maybe you can implement show/hide, or shrink unused windows or something. Maybe it would be even nicer to add a "tile" function, which resizes all windows to fill the screen. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: Pascal Bestebroer To: dyn...@li... Sent: Saturday, February 10, 2001 10:43 AM Subject: RE: [Dynapi-Dev] a couple of tools hmm, I can think of one :) I'm currently working on Oversight, which will be a debugger and editor in one.. you can still download an early debugger version from my site : http://www.dynamic-core.net/ I will hopefully be able to upload the latest code this weekend.. (the editor part, and an updates debugger) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Monica Keefe Verzonden: zaterdag 10 februari 2001 2:11 Aan: 'dyn...@li...' Onderwerp: RE: [Dynapi-Dev] a couple of tools Does anyone know of any debugging tools to use on the mac? Anything other than alert boxes would be very helpful :-) Thanks! -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Friday, February 09, 2001 2:21 PM To: dyn...@li... Subject: [Dynapi-Dev] a couple of tools I have found the following tools to be indeispensible when working with (and debuggin) DynAPI (WIN32 - sorry) 1) FreeMemPro http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html This is a ram 'defragmenter' for Window 32.. the way it works is it allocates as much ram from windows as it can, which forces windows to swap unused data from physical ram to swap space. Then it releases this ram using proper memory management resulting in more free ram. It will keep doing this until it gets as close to the specified amount of free ram as it can. On my Win98 system which has 128 megs of ram, I ask it to free up 128 ,egs and it gives me 80 to 100 megs free ram.. Which is damned handy when one has been re-loading the same DynAPI app over and over again.. It's not a cure for memory leaks but it make development much easier, and reduces crashes/reboots. 2) Taskinfo http://www.iarsn.com/download.html This program is for Window 9X and closly resembles the Task manager in Windows 2000, with a little extra functionality. You can find out how much ram and CPU time each process is using, what files the process has open and much more. In fact it was because of my constant observation of running processes that I discovered last week that I had caught a trojan.. :-) " what in the hell is this Wininit.exe?!? and hey! I've never seen DNETC.exe before.. " Just a couple of tools to hopefully make your life easier.. Later Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |
From: Bill L. <wil...@ve...> - 2001-02-11 03:45:20
|
Instead of managing windows by shading them, what do you think about putting a "remote control" in the main window of whatever you're debugging? I added the following crude functions listed below to oversight.js, then called addPageController() right after calling Oversight.run(). The result is a DynLayer that easily lets you bring a specific window (or all three) into focus. If pursued further, this approach could lead to a best-of-both-worlds between Oversight and DynAPI.Diagnose: some stuff happening in external windows, some stuff happening inside the main one. On a related note, does anyone know of a way to filter out Oversight's windows from the Windows task switcher? That would be a handy trick, saving many unnecessary alt-tabs. -bill addPageController : function() { OversightController= new DynLayer() OversightController.setSize(100,100) OversightController.moveTo(DynAPI.document.w-OversightController.w,0) OversightController.setBgColor('#cc99ff') DynAPI.document.addChild(OversightController) OversightController.setHTML( '<a href="#" onClick="Oversight.idewin.focus()">Show IDE</a><br>' + '<a href="#" onClick="Oversight.Oversightwin.focus()">Show Console</a><br>' + '<a href="#" onClick="Oversight.watcher.focus()">Show Watcher</a><br>' + '<a href="#" onClick="Oversight.arrange()">Arrange All</a>' ) }, arrange : function() { Oversight.idewin.moveTo(0,0); Oversight.idewin.focus() Oversight.Oversightwin.moveTo(262,0);Oversight.Oversightwin.focus() Oversight.watcher.moveTo(0,screen.availHeight-230);Oversight.watcher.focus() }, -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Pascal Bestebroer Sent: Saturday, February 10, 2001 1:19 PM To: dyn...@li... Subject: RE: [Dynapi-Dev] Oversight (was: a couple of tools) Already struggling with it.. Although not all windows need to be open at all times, you only have to open the debugger when you need it. I was trying to work out some way to shade windows (min. size is 100x100) but can't get it to work correctly yet, and not sure if it works under IE4. I'm now trying to make the windows as easy-placed and small as possible.. but there will be some window moving when your working, for people familiar with Borland development envrionments it won't be such a big thing (there are always some windows floating around as well) but I think for people used to DreamWeaver this will be not so familiar, and might look a bit difficult at first) Today I got the property editor working (simple, with bugs.. but it works :-) So I'm pretty sure I can release something this weekend (nothing really useable for projects or anything, but I'm hoping for feed back on it) |
From: Darin K. <dka...@ef...> - 2001-02-10 17:59:43
|
Windows users might find my resource monitor useful. It's a small little window that sits in the corner of your screen displaying the current system load and memory usage in realtime. It has an audible alert when you are near locking up. It also includes a screen.magnifier which is helpful when building widgets and aligning edges to pixel accuracy. There is also a color matcher. When engaged, move your mouse over the screen. The app will display the hex and RGB values of whatever your cursor is over. You can find it on my site at http://www.nebiru.com <http://www.nebiru.com> click on downloads. best of all, it's free! :) -----Original Message----- From: Pascal Bestebroer [mailto:pa...@dy...] Sent: Saturday, February 10, 2001 1:44 AM To: dyn...@li... Subject: RE: [Dynapi-Dev] a couple of tools hmm, I can think of one :) I'm currently working on Oversight, which will be a debugger and editor in one.. you can still download an early debugger version from my site : http://www.dynamic-core.net/ <http://www.dynamic-core.net/> I will hopefully be able to upload the latest code this weekend.. (the editor part, and an updates debugger) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net <http://www.dynamic-core.net/> -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Monica Keefe Verzonden: zaterdag 10 februari 2001 2:11 Aan: 'dyn...@li...' Onderwerp: RE: [Dynapi-Dev] a couple of tools Does anyone know of any debugging tools to use on the mac? Anything other than alert boxes would be very helpful :-) Thanks! -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Friday, February 09, 2001 2:21 PM To: dyn...@li... Subject: [Dynapi-Dev] a couple of tools I have found the following tools to be indeispensible when working with (and debuggin) DynAPI (WIN32 - sorry) 1) FreeMemPro http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html <http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html> This is a ram 'defragmenter' for Window 32.. the way it works is it allocates as much ram from windows as it can, which forces windows to swap unused data from physical ram to swap space. Then it releases this ram using proper memory management resulting in more free ram. It will keep doing this until it gets as close to the specified amount of free ram as it can. On my Win98 system which has 128 megs of ram, I ask it to free up 128 ,egs and it gives me 80 to 100 megs free ram.. Which is damned handy when one has been re-loading the same DynAPI app over and over again.. It's not a cure for memory leaks but it make development much easier, and reduces crashes/reboots. 2) Taskinfo http://www.iarsn.com/download.html <http://www.iarsn.com/download.html> This program is for Window 9X and closly resembles the Task manager in Windows 2000, with a little extra functionality. You can find out how much ram and CPU time each process is using, what files the process has open and much more. In fact it was because of my constant observation of running processes that I discovered last week that I had caught a trojan.. :-) " what in the hell is this Wininit.exe?!? and hey! I've never seen DNETC.exe before.. " Just a couple of tools to hopefully make your life easier.. Later Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm <http://www.grisoft.com/html/us_index.cfm> Checked by AVG anti-virus system ( http://www.grisoft.com <http://www.grisoft.com> ). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |
From: Richard B. <ma...@ri...> - 2001-02-11 23:29:31
|
I checked it out, and it certainly is unobtrusive! I couldn't find it at = first, and was wondering what the pinging was ;o) It looks to be very handy, I was just wondering, it shows "load 89%" and = "free 5.14 MB" on win ME 128 ram pIII550 with only Outlook open. Do I = have some major trojans eating my resources?? Normally I can easily run = 5 or 6 large programs at the same time, so there should be more than = 5mb ram free?? On the windows Resource Meter I get system 47% free, user 49% free, GDI = 58% free. Otherwise a very handy util. Cheers, Richard Bennett ma...@ri... www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of = DynAPI2) ----- Original Message -----=20 From: Darin Kadrioski=20 To: 'dyn...@li...'=20 Sent: Saturday, February 10, 2001 7:04 PM Subject: RE: [Dynapi-Dev] a couple of tools Windows users might find my resource monitor useful. It's a small little window that sits in the corner of your screen = displaying the current system load and memory usage in realtime. It has = an audible alert when you are near locking up. It also includes a screen.magnifier which is helpful when building = widgets and aligning edges to pixel accuracy. There is also a color matcher. When engaged, move your mouse over the = screen. The app will display the hex and RGB values of whatever your = cursor is over. You can find it on my site at http://www.nebiru.com=20 click on downloads. best of all, it's free! :) -----Original Message----- From: Pascal Bestebroer [mailto:pa...@dy...] Sent: Saturday, February 10, 2001 1:44 AM To: dyn...@li... Subject: RE: [Dynapi-Dev] a couple of tools hmm, I can think of one :) I'm currently working on Oversight, which will be a debugger and = editor in one.. you can still download an early debugger version from my site : http://www.dynamic-core.net/ =20 I will hopefully be able to upload the latest code this weekend.. = (the editor part, and an updates debugger) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net=20 -----Oorspronkelijk bericht----- Van: dyn...@li... = [mailto:dyn...@li...]Namens Monica Keefe Verzonden: zaterdag 10 februari 2001 2:11 Aan: 'dyn...@li...' Onderwerp: RE: [Dynapi-Dev] a couple of tools Does anyone know of any debugging tools to use on the mac?=20 Anything other than alert boxes would be very helpful :-) Thanks! -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Friday, February 09, 2001 2:21 PM To: dyn...@li... Subject: [Dynapi-Dev] a couple of tools I have found the following tools to be indeispensible when = working with (and debuggin) DynAPI (WIN32 - sorry) 1) FreeMemPro = http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html This is a ram 'defragmenter' for Window 32.. the way it = works is it allocates as much ram from windows as it can, which forces = windows to swap unused data from physical ram to swap space. Then it releases this ram using proper memory management = resulting in more free ram. It will keep doing this until it gets as close to the specified = amount of free ram as it can. On my Win98 system which has 128 megs of ram, I ask it to free = up 128 ,egs and it gives me 80 to 100 megs free ram.. Which is damned handy when one has = been re-loading the same DynAPI app over and over again..=20 It's not a cure for memory leaks but it make development much = easier, and reduces crashes/reboots. 2) Taskinfo http://www.iarsn.com/download.html This program is for Window 9X and closly resembles the Task = manager in Windows 2000, with a little extra functionality. You can find out how much ram and CPU time each process is = using, what files the process has open and much more. In fact it was because of my constant observation of running = processes that I discovered last week that I had caught a trojan.. :-) " what in the hell is this Wininit.exe?!? and hey! I've never = seen DNETC.exe before.. " Just a couple of tools to hopefully make your life easier.. Later Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |
From: Darin K. <dka...@ef...> - 2001-02-12 03:02:36
|
yeah, I used to show gdi,user and system values as percentages. these are actually win16 items. in windows 9x, I was able to do some thunking to continue displaying them, but in nt/2000, the api changed enough to make this impractical. what i use now is an api constuct termed MemoryStatus. the "load" refers to memory load (!?), and the free mem refers to physical memory that the os has not claimed. This doesn't nescesarily mean the memory is being used, just that windows is holding onto it for paging, etc.. if you go to the "details" view, you may get a clearer picture of what is going on. I haven't really used ME at all (i got totally off 9x august 1999) so I'm not sure what are normal values for you. you should start to get a feel for it after some use. personally, with win2k, i have mine go red at 95%, blink at 97 and not beep until 99. when i hear a beep, i know the system is hosed. but usally at that point, my free mem has already started to rapidly decrease. happy coding! -----Original Message----- From: Richard Bennett To: dyn...@li... Sent: 2/11/01 3:29 PM Subject: Re: [Dynapi-Dev] a couple of tools I checked it out, and it certainly is unobtrusive! I couldn't find it at first, and was wondering what the pinging was ;o) It looks to be very handy, I was just wondering, it shows "load 89%" and "free 5.14 MB" on win ME 128 ram pIII550 with only Outlook open. Do I have some major trojans eating my resources?? Normally I can easily run 5 or 6 large programs at the same time, so there should be more than 5mb ram free?? On the windows Resource Meter I get system 47% free, user 49% free, GDI 58% free. Otherwise a very handy util. Cheers, Richard Bennett ma...@ri... <mailto:ma...@ri...> www.richardinfo.com <http://www.richardinfo.com> (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) ----- Original Message ----- From: Darin <mailto:dka...@ef...> Kadrioski To: 'dyn...@li...' <mailto:'dyn...@li...'> Sent: Saturday, February 10, 2001 7:04 PM Subject: RE: [Dynapi-Dev] a couple of tools Windows users might find my resource monitor useful. It's a small little window that sits in the corner of your screen displaying the current system load and memory usage in realtime. It has an audible alert when you are near locking up. It also includes a screen.magnifier which is helpful when building widgets and aligning edges to pixel accuracy. There is also a color matcher. When engaged, move your mouse over the screen. The app will display the hex and RGB values of whatever your cursor is over. You can find it on my site at http://www.nebiru.com <http://www.nebiru.com> click on downloads. best of all, it's free! :) -----Original Message----- From: Pascal Bestebroer [mailto:pa...@dy...] Sent: Saturday, February 10, 2001 1:44 AM To: dyn...@li... Subject: RE: [Dynapi-Dev] a couple of tools hmm, I can think of one :) I'm currently working on Oversight, which will be a debugger and editor in one.. you can still download an early debugger version from my site : http://www.dynamic-core.net/ <http://www.dynamic-core.net/> I will hopefully be able to upload the latest code this weekend.. (the editor part, and an updates debugger) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net <http://www.dynamic-core.net/> -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Monica Keefe Verzonden: zaterdag 10 februari 2001 2:11 Aan: 'dyn...@li...' Onderwerp: RE: [Dynapi-Dev] a couple of tools Does anyone know of any debugging tools to use on the mac? Anything other than alert boxes would be very helpful :-) Thanks! -----Original Message----- From: Doug Melvin [mailto:do...@cr...] Sent: Friday, February 09, 2001 2:21 PM To: dyn...@li... Subject: [Dynapi-Dev] a couple of tools I have found the following tools to be indeispensible when working with (and debuggin) DynAPI (WIN32 - sorry) 1) FreeMemPro http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html <http://www.downloads.3bsoftware.com/Downloads/freemem/freemem.html> This is a ram 'defragmenter' for Window 32.. the way it works is it allocates as much ram from windows as it can, which forces windows to swap unused data from physical ram to swap space. Then it releases this ram using proper memory management resulting in more free ram. It will keep doing this until it gets as close to the specified amount of free ram as it can. On my Win98 system which has 128 megs of ram, I ask it to free up 128 ,egs and it gives me 80 to 100 megs free ram.. Which is damned handy when one has been re-loading the same DynAPI app over and over again.. It's not a cure for memory leaks but it make development much easier, and reduces crashes/reboots. 2) Taskinfo http://www.iarsn.com/download.html <http://www.iarsn.com/download.html> This program is for Window 9X and closly resembles the Task manager in Windows 2000, with a little extra functionality. You can find out how much ram and CPU time each process is using, what files the process has open and much more. In fact it was because of my constant observation of running processes that I discovered last week that I had caught a trojan.. :-) " what in the hell is this Wininit.exe?!? and hey! I've never seen DNETC.exe before.. " Just a couple of tools to hopefully make your life easier.. Later Doug --- Outgoing mail is certified Virus Free by AVG Free Edition http://www.grisoft.com/html/us_index.cfm <http://www.grisoft.com/html/us_index.cfm> Checked by AVG anti-virus system ( http://www.grisoft.com <http://www.grisoft.com> ). Version: 6.0.230 / Virus Database: 111 - Release Date: 1/25/01 |