help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Debugging stand-alone applications


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Debugging stand-alone applications
Date: Fri, 01 Apr 2011 11:35:57 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.9

On 04/01/2011 11:30 AM, Paolo Bonzini wrote:

> 
> You can load the MiniDebugger into your image (gst -SK
> examples/MiniDebugger.st), and pass -I to the gst-* executables.

True. is the mini debugger capable of suspending all processes and activating
itself? I figured out that the only weird part about gst-remote is the change
of Compilers (#Compiler package).

So right now I know:

- PackageLoader fileInPackage: #Compiler; fileInPackage: #Sockets will fail.
- PackageLoader fileInPackage: #Compiler; fileInPackage: #Grease will use all
  memory and unless you have a infinite turing tape abort the VM. :)

I will look into the second issue, maybe by monday.

holger



reply via email to

[Prev in Thread] Current Thread [Next in Thread]