javascript unix上でデバッグ方法メモ


sudo apt-get install libv8-dev
cp /usr/share/doc/libv8-dev/examples/shell.cc.gz .
gunzip shell.cc.gz
g++ shell.cc -lv8