help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] VisualGST Debugger question...


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] VisualGST Debugger question...
Date: Sat, 12 Jun 2010 14:06:28 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b1 Thunderbird/3.0.4

Hi all,

I am ending up with an SIGABRT that will end the VisualGST. I have one
question regarding the debugger now.

I have put the relevant code below...


    bindTo: ipAddress port: port [

        addr := ipAddress port: port.


^^^^ is where the Debugger kicks in. ipAddress is a string and does not
understand the #port: selector. Now I pressing continue or closing the
window will lead into the below bind: to be executed.


        [(self
            bind: fd
            to: addr
            addrLen: addr size) < 0 ifTrue: [File checkError: self
soError] ]
                ifCurtailed: [self close].

And below the bind:to:addrLen the VM complains that a GtkDebugger is not
a void*....

My question now is... Who is returning GtkDebugger and is it
appropriate? And should the GtkDebugger do something to the exception to
leave the block?




reply via email to

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