[Gambas-devel] How to develop gambas components

Benoît Minisini gambas at ...1...
Thu Jan 28 23:51:16 CET 2010


>  No , I think that the IP address must the insert from IDE..
> 
>  But We can create two task , that "transparently" , link the fifos on the
>  systems.
> 
>  On the debbugger target the first task will be a server, instead on the
>  IDE system the task will be a client.
> 
>  I can call from IDE this task with the IP address like arguments, while on
>  the target I can run the task via ssh.
> 
>  What do you think about this solution ?
> 
>  Regards !
> 

I don't see why creating intermediate processes just for redirecting data, if 
they are not really needed.

Most of the debugger features (the IDE part and the debugged process part) are 
included in the gb.debug component. Adding socket management to this 
component, or writing an external process for that is almost the same job. I 
just find keeping it inside the gb.debug component far more simpler.

Do you want to add socket feature to the gb.debug component? I will give all 
the needed information of course.

-- 
Benoît Minisini




More information about the Devel mailing list