Sha256: 7804c0b2fa96aade6725afeea592c69930087408f2ea28680a03e2c0c6a2461c
Contents?: true
Size: 468 Bytes
Versions: 4
Compression:
Stored size: 468 Bytes
Contents
# @title Debugging Vedeu # Debugging Vedeu If you are encountering a problem whilst running your client application, using Vedeu, and have the 'pry' gem installed or available, you can drop the following snippet into the offending area, and hopefully be dropped into a Pry debuggging session: Vedeu::Terminal.cooked_mode! Vedeu::Terminal.open do Vedeu::Terminal.debugging! require 'pry' binding.pry end Vedeu::Terminal.raw_mode!
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.8.0 | docs/debugging.md |
vedeu-0.7.4 | docs/debugging.md |
vedeu-0.7.3 | docs/debugging.md |
vedeu-0.7.2 | docs/debugging.md |