Compare "Start debug project", "Debug", "Run" buttons from tool bar.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compare "Start debug project", "Debug", "Run" buttons from tool bar.

Jump to solution
668 Views
robberpen
Contributor III

Hi

I want to compare "Start debug project", "Debug", "Run" buttons from tool bar.

Thanks

image.png

 

 

 

0 Kudos
Reply
1 Solution
638 Views
Alex_Wang
NXP Employee
NXP Employee

Hi, @robberpen 

You can refer to the online user guide for more details. The green debug button configures the debugger Settings, while the blue button automatically identifies and configures the debugger.

Run: When you create a run configuration, it is saved with the extension .launch in org.eclipse.debug.core. You can specify an alternate location in which to store your run configuration. You can also specify how you access it and what perspective to open when running an application.

Blue bugs are often used for debugging.

Best regards, Alex.

 

View solution in original post

0 Kudos
Reply
1 Reply
639 Views
Alex_Wang
NXP Employee
NXP Employee

Hi, @robberpen 

You can refer to the online user guide for more details. The green debug button configures the debugger Settings, while the blue button automatically identifies and configures the debugger.

Run: When you create a run configuration, it is saved with the extension .launch in org.eclipse.debug.core. You can specify an alternate location in which to store your run configuration. You can also specify how you access it and what perspective to open when running an application.

Blue bugs are often used for debugging.

Best regards, Alex.

 

0 Kudos
Reply