Skip to content

Commit

Permalink
LLDB, not GDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
nriley committed Mar 25, 2017
1 parent 12bb65f commit 38d23d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ways you can develop against Hermes if you really want to.

make # build everything
make run # build and run the application (logging to stdout)
make dbg # build and run inside gdb
make dbg # build and run inside LLDB

# Build with the 'Release' configuration instead of 'Debug'
make CONFIGURATION=Release [run|dbg]
Expand Down

0 comments on commit 38d23d5

Please sign in to comment.