Debug Perspective Auto Closer
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
September 2023 | 277/658 | 49 (0.02%) | 4 |
August 2023 | 382/673 | 20 (0.01%) | 4 |
July 2023 | 369/669 | 23 (0.01%) | 3 |
June 2023 | 331/670 | 33 (0.01%) | 1 |
May 2023 | 377/672 | 25 (0.01%) | 3 |
April 2023 | 380/668 | 24 (0.01%) | 11 |
March 2023 | 381/688 | 29 (0.01%) | 8 |
February 2023 | 375/668 | 25 (0.01%) | 12 |
January 2023 | 327/677 | 38 (0.01%) | 11 |
December 2022 | 425/805 | 23 (0.01%) | 4 |
November 2022 | 438/808 | 23 (0.01%) | 7 |
October 2022 | 383/811 | 35 (0.01%) | 7 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Wednesday, September 27, 2023 - 13:30
Reviews Sign in to post reviews
Doesn't always work?
Submitted by Ivan B on Sun, 2020-03-29 12:32
Hi Francesco.
Thank you for your efforts.
I tried the plugin in 2019-12 and 2020-03 and it doesn't seem to work. Any clues?
In Error Log however I do see some activities related to plugin:
Re: Doesn't always work?
Submitted by Francesco ********** on Sat, 2020-04-04 15:35
Hello Ivan,
unfortunately, I couldn't repoduce the issue. I've just tested it with a fresh version 2020-03 and a simple java project and it worked for me. The log entries do not show an Error/Exception. The log statements indicate that the plugin noticed the debug launch and the debug termination. It should have switched back to the previous perspective if
1) debugging was started from a (non-debug) perspective and
2) the debug perspective was active when the debugging ended
If it didn't switch back under those conditions, it could be an issue if not the standard debug perspective was used.
I would need specific reproduction steps to investigate further. I've added a contact mail address to the plugin description.
Why a separate plugin?
Submitted by Pierre-Yves Bigourdan on Wed, 2019-01-16 11:31
There quite a popular bug to fix this in Eclipse (https://bugs.eclipse.org/bugs/show_bug.cgi?id=46336), I'm wondering why you didn't contribute to the IDE directly rather than create a separate plugin. ;)
Re: Why a separate plugin?
Submitted by Francesco ********** on Wed, 2019-01-16 17:25
For those reasons:
1) The bug report:
a) After I had read the bug discussion, it wasn't clear to me how they wanted it exactly. There are comments about switching to the initial perspective, but comment 33 it says it should switch to the perspective set in the preferences.
b) It seems to be a very long process. In 2011 there was a patch submitted but it took more than 4 months for someone to look at it. After that nothing happened.
2) I am not familiar with the eclipse internals.
I feared that it might take too long or get bogged down.
By doing it as a plugin it's faster out there (and can be used with older eclipse versions).
If the behavior of the plugin is close enough to what the maintainers want, I would be willing to attempt to write a patch for it.
I thought it would be good to get some feedback and bug reports for the plugin first.