Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package;
- import flash.display.Sprite;
- import flash.Lib;
- import debugger.HaxeRemote;
- /**
- * ...
- * @author gordev
- */
- class Debugger_test extends Sprite {
- private var i:Int = 0;
- public function new () {
- new HaxeRemote(true, "127.0.1.1", 6972);
- super ();
- i = 1;
- trace("ololo");
- i = 5;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment