Commit Graph

18 Commits (b030927e82d7e83f8db46b8348aafae74be0ac53)

Author SHA1 Message Date
Aleksandr Andrienko 2045b9c20a CHE-920: CHE-920: Fix activation breakpoints inside nested java classes.
Add possibility to find fqn for nested classes inside outer classes with help JDT and use found fqns to activate breakpoints inside nested classes for the java debugger.

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-07-06 19:50:03 +03:00
Aleksandr Andrienko 39285a15a7 CHE-1450: Fix render download source link for generated source jar files which opened by debugger.
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-07-06 15:02:29 +03:00
Vladyslav Zhukovskii 001b4b87e8 Resource management
Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-07-02 18:15:33 +03:00
Roman Iuvshin 6a23f97700 [maven-release-plugin] prepare for next development iteration 2016-06-28 16:00:40 +00:00
Roman Iuvshin 400648e1db [maven-release-plugin] prepare release 4.4.0 2016-06-28 16:00:37 +00:00
Aleksandr Andrienko 70a4733dad CHE-167: Fix error of loading java classes from another module in time of debugging.
Add possibility find source file from another module or external java project and open it in time of debugging. For realizing it we use JDT on the server side.
Fix opening file in case if we debug inner classes or lyambda.
Fix render debug line for java classes from external jars after click to download source link.
2016-06-23 16:54:43 +03:00
Mykola Morhun 01bff8415a Fix name convention
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-06-16 16:19:41 +03:00
Roman Iuvshin 5adff554bc [maven-release-plugin] prepare for next development iteration 2016-06-13 18:57:39 +00:00
Roman Iuvshin e9f5d4971e [maven-release-plugin] prepare release 4.3.0 2016-06-13 18:57:36 +00:00
Vladyslav Zhukovskii 8996ed9db1 Move classes related with virtual file to resources package 2016-06-07 15:35:54 +03:00
Vladyslav Zhukovskii 54e591a2d8 Move classes related with data tree structure to dedicate package 2016-06-07 11:25:56 +03:00
Anatoliy Bazko 47043cf12e CHE-1094: GDB Debugger Connections UX Impovements (#1435)
Added button on Debug Configuration Page.
Added check box to simplify GDB configuration to debug locally
2016-06-07 10:42:05 +03:00
Roman Iuvshin 140b09a9a0 [maven-release-plugin] prepare for next development iteration 2016-06-04 19:52:26 +00:00
Roman Iuvshin fbd9f95748 [maven-release-plugin] prepare release 4.3.0-RC1 2016-06-04 19:52:23 +00:00
Mihail Kuznyetsov e4f8fe914e CHE-1260 Enable svg files license checking 2016-06-01 14:56:31 +03:00
Anatoliy Bazko ed31c538ad CHE-703: Debugger fails to add a breakpoint when client and server aren't on the same host (#1339) 2016-05-24 14:34:11 +03:00
Aleksandr Andrienko 413c4df7d6 CHE-1104: Fix activation breakpoints in the Java Debugger
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-05-19 16:25:46 +03:00
Anatoliy Bazko 00f82b4620 CHE-976: Generify debugge API (#1159) 2016-05-12 13:53:44 +03:00