Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-08 | debugger: Use ~0p | Hans Bolinder | |
2018-02-05 | debugger: Do not call erlang:get_stacktrace() | Hans Bolinder | |
2017-09-05 | debugger: Improve handling of Unicode | Hans Bolinder | |
2017-04-03 | debugger: Enable editing of bit strings in the bindings area | Hans Bolinder | |
The evaluated string looked like "V=<<1>>", which cannot be scanned correctly. A space after "=" fixes the bug. | |||
2016-07-20 | Make sure exit in non-interpreted code doesn't crash the debugger | Peter Andersson | |
2016-05-24 | dbg_wx* - fix remaining unmached_return warnings | Zandra | |
2016-02-17 | debugger: Add suppression of Dialyzer warnings | Hans Bolinder | |
2015-08-26 | Merge branch 'dgud/debugger/fix-case-clause/OTP-12911' into maint | Dan Gudmundsson | |
* dgud/debugger/fix-case-clause/OTP-12911: debugger: Fix broken debugger:quick/3 start | |||
2015-08-14 | debugger: Fix broken debugger:quick/3 start | Dan Gudmundsson | |
Too much code was removed in commit 560f73141af | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-26 | Fix argument to gui_enable_updown in dbg_wx_trace:init/6 | Leo Liu | |
Fix comment on new_process message in int:subscribe/0 | |||
2014-02-12 | dbg: Remove debug printouts and fix file dialog | Dan Gudmundsson | |
Use default positions when open windows. Remove io:formats() for unhandled events. Fix file dialog completion window which didn't invoke refrash | |||
2013-11-11 | Remove gs parts of the debugger | Dan Gudmundsson | |
2013-03-07 | [debugger] Add an option 'Strings' | Hans Bolinder | |
A new checkbox has been added. When it is checked, the range set by the 'erl' flag '+pc' is used for determining when to print lists of integers as strings. When it is unchecked, integer lists are never printed as strings. A minor incompatibility: settings saved by Erlang R16B01 or later cannot be read by Erlang R16B or earlier. | |||
2013-02-18 | Make wx debugger use +pc flag when applicable | Patrik Nyblom | |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder | |
2013-01-11 | debugger: View terms as unicode-strings | Dan Gudmundsson | |
Changed the displayed variables to be printed with ~tp to show default all lists and utf-8 binaries as unicode strings. If the user want to see the content without unicode strings he can click on them to see the content as integers, if not it only contains latin1 because ~p converts that. There is currently no way to display it as lists with indentation, so I choose to keep it as it was. | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-06-07 | debugger: Clean up as suggested by tidier | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |