Hi
I have an application consisting of Erland and C Nodes. When I start the C Nodes from the Erlang application like\;
Port = open_port({spawn, CmdLine},[{cd, Bin}]),
they start in background. For debugging is there a way to start them in foreground with a console windows (running under XP).
Thanks
Bob