I have two projects: consle and android project. I want to compare the values โโof variables, because the same code (as I think) gives different results. I have to find a mistake. If I press the F6 button, the state will change in only one project. Is it possible to switch the debugging project on the fly?
Place breakpoints in both projects and run them in debug mode.
Go to "Debug" and find "Debug". You will see a list of active debugging sessions with their respective call stacks. You can click each debug step of each debug session, and Eclipse will open this step in the code editor. The "Variables" view will also be updated.
In a single instance of Eclipse, you cannot start two processes at once.You can have two eclipses for each project.
For Android development, here is the debug documentation: http://developer.android.com/tools/debugging/index.html
Open two instances of Eclipse, the only way.
The following link may help -
Is it possible to run 2 fully independent Eclipse instances at the same time?
this is impossible to do.
Perhaps you should use Debug Log , as you say, the code is the same, then the log output should be the same.
Using Debug (F6) is usually inefficient.
Source: https://habr.com/ru/post/952334/More articles:How to create a histogram / histogram with a bar at a discrete value? - pythonPrestashop webservice API not working - apiWaiting for the release of pid baby Ruby - ruby โโ| fooobar.comHow do you filter WikiVoyage API results by city? - apiScala parameter pattern (spray routing example) - scalaF # pattern matching blur - pattern-matching"String contains invalid character" when using document.createElement () - javascriptWhat is interrupt rescheduling (RES)? What causes this? How is this done in the Linux kernel? - interruptWhat are Linux local timer interrupts? - candroid browser (webkit) select-multiple items disappears when selected - htmlAll Articles