4.2
Pebble Tool 4.2!
Release notes:
- Added
pebble gdb
, which enables debugging in the emulator! Trypebble gdb --help
for some tips. - Added
pebble build --debug
, which builds apps with optimisations disabled.- Note that, while this will improve the experience with gdb, it will also result in larger, slower apps, which may introduce new bugs by running out of memory.
- Directed update notices to stderr instead of stdout to avoid interfering with scripted calls.
- Fixed a bug causing new projects to be generated with the wrong wscript when SDK 2.9 was active, but
--sdk
was passed tonew-project
.