Skip to content

Instantly share code, notes, and snippets.

@pglombardo
Created March 28, 2014 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pglombardo/9836513 to your computer and use it in GitHub Desktop.
Save pglombardo/9836513 to your computer and use it in GitHub Desktop.
Installing libv8 gem enables debugger?
deployer 9646 2566 0 16:08 pts/1 00:00:00 /usr/bin/g++ -DENABLE_DEBUGGER_SUPPORT -DV8_TARGET_ARCH_IA32 -I../src -I../include -Wall -Werror -W -Wn
deployer 9647 9646 99 16:08 pts/1 00:00:09 /usr/lib/gcc/i686-linux-gnu/4.6/cc1plus -quiet -I ../src -I ../include -imultilib . -imultiarch i386-li
areu 9662 5379 0 16:08 pts/2 00:00:00 ps -ef
@pglombardo
Copy link
Author

Running a manual gem install libv8 --version '3.16.14' as the deployer user and saw the above in ps -ef output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment