Commit Graph
540 Commits
Author SHA1 Message Date
Dmitry Avdeev 289a6a9b6c some space added 2012-07-25 14:24:57 +04:00
Michael Golubev ba3de63959 debug api - split debug environment into model/UI parts 2012-07-23 19:28:28 +02:00
Michael Golubev 29c7c56eab debug api - do not require run configuration and its environment to create debug session and UI (a step to unify with XDebuggerManager) 2012-07-23 18:06:52 +02:00
andrey.zaytsev 43c27ebaef IDEA-87924 Debugger: Ease defining breakpoint condition. Condition checkbox enables when condition is empty 2012-07-23 16:52:48 +04:00
andrey.zaytsev db772ebfe5 master breakpoint chooser blinking 2012-07-23 16:27:21 +04:00
nik ebaa1e6565 BreakpointItem class moved from api to impl 2012-07-20 16:51:18 +04:00
Eugene Zhuravlev f9aa43eca1 calculate label title without assertions 2012-07-18 11:58:33 +02:00
Vassiliy Kudryashov d49c6c985a IDEA-67206 When I Alt+Click near breakpoint marker, it becomes removed 2012-07-11 21:16:40 +04:00
Eugene Zhuravlev 659b4291a2 render strings and escaped symbols according to editor color scheme 2012-07-05 16:34:16 +02:00
Roman Shevchenko cabf251005 Cleanup (com.intellij.Patches and related usages) 2012-07-05 12:24:16 +02:00
Eugene Zhuravlev 30d18cfa43 disable condition field when condition checkbox is unchecked 2012-06-26 09:47:46 +02:00
Eugene Zhuravlev b500c9f1fb hotswap: better implementation of modified classes discovery, does not require to postponed files in memory 2012-06-24 01:04:09 +02:00
Eugene Zhuravlev 8928bac595 add background color for escaped symbols 2012-06-22 16:22:45 +02:00
Eugene Zhuravlev 3bc5f73873 rendering escaped symbols in bold 2012-06-22 13:56:33 +02:00
Eugene Zhuravlev 9f9e02d29f wording 2012-06-21 23:13:26 +02:00
Eugene Zhuravlev b40bb4467c rendering thread dumps: handle jdi bugs 2012-06-21 23:12:12 +02:00
Eugene Zhuravlev 8604484748 handle jdi internal exceptions 2012-06-21 23:04:27 +02:00
Eugene Zhuravlev ae9a7c5ca6 remove already fixed todo 2012-06-21 17:25:16 +02:00
Eugene Zhuravlev 84b283d1af hotswap: do not 'forget' about changed classes if hotswap was canceled by user 2012-06-21 17:11:44 +02:00
Eugene Zhuravlev 0a3c6b2135 ignore collected types 2012-06-20 14:20:12 +02:00
andrey.zaytsev 07bb170e84 breakpoints-ui. some cosmetics 2012-06-19 19:55:28 +04:00
Eugene Zhuravlev 53fc01f804 count filter may be only > 0 2012-06-19 13:11:56 +02:00
andrey.zaytsev 27eeb01272 Hi zheka 2012-06-19 00:39:12 +04:00
andrey.zaytsev e3f929558a breakpoints-ui. infinite recursive fixed 2012-06-18 13:25:39 +04:00
andrey.zaytsev d3f19de485 breakpoints-ui. breakpoints tree nodes sorting. 2012-06-18 12:19:53 +04:00
Eugene Zhuravlev 5fc7e59885 allow '\r' in debugger text viewer 2012-06-17 19:07:09 +02:00
Alexey Kudravtsev b166db5d12 memory 2012-06-15 11:58:28 +04:00
andrey.zaytsev 14b8e71d2e IDEA-87369 Right-click on a breakpoint: "edit" action is disabled if the cursor is not on the corresponding line 2012-06-13 23:57:54 +04:00
andrey.zaytsev 14e1143162 breakpoints ui. cosmetics 2012-06-09 21:49:17 +04:00
Maxim Shafirov cf42a4b426 mouseClicked() mostly replaced with ClickListener and DoubleClickListener, since original mouseClicked doesn't respect minor movements between press and release. 2012-06-09 21:08:28 +04:00
andrey.zaytsev 2775e6a672 breakpoints ui. master breakpoint chooser fixes 2012-06-09 17:15:32 +04:00
andrey.zaytsev 5e7457fa75 breakpoints ui. navigation 2012-06-09 17:15:32 +04:00
andrey.zaytsev a66b70ed42 breakpoints ui. master breakpoint preview 2012-06-08 15:46:57 +04:00
andrey.zaytsev 99454064dd AnyExceptionBreakpoint properties and category fixed 2012-06-04 18:44:25 +04:00
Maxim Shafirov 0b582bf6d5 Configurables no longer have icons. 2012-05-30 21:46:44 +04:00
Roman Shevchenko f43418ed60 Move platform UI component out of util module 2012-05-30 20:24:54 +04:00
peter 098fb83698 don't leak debugged process via cached toString() method in user data 2012-05-30 17:34:20 +02:00
Maxim Shafirov ce21064639 Unified access to icons.jar resources 2012-05-30 18:41:47 +04:00
Anna Kozlova fcb6afc138 "java.util.Map" ->CommonClassNames.JAVA_UTIL_MAP 2012-05-30 13:29:26 +04:00
Anna Kozlova 0c79564b45 "java.lang.Object" ->CommonClassNames.JAVA_LANG_OBJECT 2012-05-30 13:29:24 +04:00
andrey.zaytsev d708dbfc15 breakpoints ui. View Breakpoints action invoked instead of expanding balloon with more controls 2012-05-29 13:24:53 +04:00
andrey.zaytsev 723ba25708 breakpoints ui. non-active breakpoints uses softer colors in preview-editor. 2012-05-29 13:24:53 +04:00
Roman Shevchenko fd7212ec69 Uniform language feature error messages 2012-05-28 20:54:36 +04:00
andrey.zaytsev 616c8af5c6 breakpoints ui. tree nodes grouping. 2012-05-28 05:09:40 +04:00
Eugene Zhuravlev 5db2fe24fc IDEA-86631 Debugger doesn't work in a class which name contains dollar sign ($) 2012-05-25 15:19:29 +02:00
andrey.zaytsev 822f63e0e5 breakpoints ui: list replaced with tree. 2012-05-23 21:31:08 +04:00
peter fb6f640511 type casts may have side effects if their operands do 2012-05-23 17:12:42 +02:00
Evgeny Zakrevsky 547d86a174 EA-35382 - NPE: CompoundRendererConfigurable.run 2012-05-22 20:10:47 +04:00
Eugene Zhuravlev c31341e470 avoid evaluations under readAction - this may lead to UI lock when the debuggee stops responding 2012-05-22 13:00:02 +02:00
Evgeny Zakrevsky 560fd574cc IDEA-86352 Problems with the UI settings 2012-05-21 21:22:02 +04:00