Skip to content

Instantly share code, notes, and snippets.

@nickwong
Created May 22, 2013 04:24
Show Gist options
  • Select an option

  • Save nickwong/5625227 to your computer and use it in GitHub Desktop.

Select an option

Save nickwong/5625227 to your computer and use it in GitHub Desktop.
<haxelib name="hxcpp" if="target_windows"/>
<haxedef name="HXCPP_DEBUGGER" if="target_windows" />
import hxcpp.DebugSocket;
new hxcpp.DebugSocket('127.0.0.1',9091,true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment