Is there any difference between "Run Configurations..." and "Debug Configurations..."

Martin Carney

In Eclipse (Mars, probably older versions too), the Run menu has Run Configurations... and Debug Configurations..., both of which open the same dialog window. The only functional difference I've found so far is that one has a "Run" button, and the other has a "Debug" button.

It looks like both dialog windows can be used to edit Launch Configurations, but it's not clear if there are two separate configurations for Run vs Debug, or if they are the same.

Is there any substantial difference between the two dialog windows, other than the button next to the "Close" button?

Bonus question: Is there another way to view and edit Launch Configurations besides the two menu options I mentioned (and their equivalents in various toolbars)?

greg-449

There is only one configuration which is shown in both the Run and Debug Configuration dialogs.

The configuration is actually stored in the workspace .metadata in the .plugins/org.eclipse.debug.core/.launches folder. There is one xxx.launch file for each configuration.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

in eclipse, how to distinguish "run configurations" and "debug configurations" when adding self-define UI

From Java

How do I share IntelliJ Run/Debug configurations between projects?

From Dev

Is there any difference between $@ and "$@"?

From Dev

Difference (if there is any) between ` and ' in javascript

From Dev

Is there any difference between vbNullString and ""?

From Dev

is there any difference between the queries

From Dev

Is there any difference between QRegularExpression and QRegExp?

From Dev

Is there any difference between these two loops?

From Java

Difference between "*" and "Any" in Kotlin generics

From Java

Is there any difference between a GUID and a UUID?

From Dev

Is there any difference between type and class?

From Dev

Is there any difference between `*x` and `x*`?

From Dev

Is there any difference between Activityname.this() & this?

From Dev

Is there any technical difference between these methods?

From Dev

Is there any difference between sql linq

From Dev

Difference between Future[Any] and Future[_]

From Dev

Any difference between '+' and '&' for String concatenation?

From Dev

What is the difference between `mixed` and `any`?

From Dev

Is there any difference between Pickling and Serialization?

From Dev

Is there any difference between these two loops?

From Dev

There is any difference between this zone syntax?

From Dev

Is there any difference between both of these codes?

From Dev

Is there any difference between the two codes?

From Dev

Is there any difference between nvprof and pgprof?

From Java

What is the difference between ()=>any and {():any} in Typescript

From Dev

What's the difference between "(:any)" and ":any" in CodeIgniter?

From Dev

Maven run/debug configurations in Intellij

From Dev

Running multiple run configurations

From Dev

Where are Run configurations stored?

From Dev

typescript: any difference between number[] and [number,number]?

Related Related

  1. 1

    in eclipse, how to distinguish "run configurations" and "debug configurations" when adding self-define UI

  2. 2

    How do I share IntelliJ Run/Debug configurations between projects?

  3. 3

    Is there any difference between $@ and "$@"?

  4. 4

    Difference (if there is any) between ` and ' in javascript

  5. 5

    Is there any difference between vbNullString and ""?

  6. 6

    is there any difference between the queries

  7. 7

    Is there any difference between QRegularExpression and QRegExp?

  8. 8

    Is there any difference between these two loops?

  9. 9

    Difference between "*" and "Any" in Kotlin generics

  10. 10

    Is there any difference between a GUID and a UUID?

  11. 11

    Is there any difference between type and class?

  12. 12

    Is there any difference between `*x` and `x*`?

  13. 13

    Is there any difference between Activityname.this() & this?

  14. 14

    Is there any technical difference between these methods?

  15. 15

    Is there any difference between sql linq

  16. 16

    Difference between Future[Any] and Future[_]

  17. 17

    Any difference between '+' and '&' for String concatenation?

  18. 18

    What is the difference between `mixed` and `any`?

  19. 19

    Is there any difference between Pickling and Serialization?

  20. 20

    Is there any difference between these two loops?

  21. 21

    There is any difference between this zone syntax?

  22. 22

    Is there any difference between both of these codes?

  23. 23

    Is there any difference between the two codes?

  24. 24

    Is there any difference between nvprof and pgprof?

  25. 25

    What is the difference between ()=>any and {():any} in Typescript

  26. 26

    What's the difference between "(:any)" and ":any" in CodeIgniter?

  27. 27

    Maven run/debug configurations in Intellij

  28. 28

    Running multiple run configurations

  29. 29

    Where are Run configurations stored?

  30. 30

    typescript: any difference between number[] and [number,number]?

HotTag

Archive