In the debug menu of the editor there is an attach entry. lets assume that we have the following test.lua program print(1) print(2) print(3) ------------- Run up the editor /Debug/Attach -----------------> looking at TCP I have a listener on MyComputer:1551 (also the editor specifies to use this port)
issue command wxLua -dMyComputer:1551 -c -r test.lua ----------------> Now I have TCP communication establish between the editor and wxlua which has the test.lua ready to run (I guess) What can we do at this point I must be missing something. If I start debugging /Debug/Debug nothing happen If I use /Debug/Step Into instead nothing happen either Andre ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users