debug java code like a pro with eclipse - eclipsecon france 2017

Post on 22-Jan-2018

331 Views

Category:

Software

1 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Debug Java Code Like a Pro with

Mikaël Barbero Eclipse Foundation

EclipseCon France June 22, 2017

Who knows what is a breakpoint?

Good news everyone!

Hardly no slide :)

Debug perspectivecustomization

Debug perspectivecustomization

Debug perspectivein a new window

WatchpointsField access & modification

Method entry & exit

Exception Breakpoints

Conditional Breakpoints

& Tracepoints

Trigger points

Remote debugging

-agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y

Sort Breakpoints

Launch group

Deadlock detection

Inspect and Watch

expressions

Object details formatters

Logical structure

What you should remember

• Lots of tools

• Browse the preferences and menus

• Read the docs :)

Q&A

Thank you!

@mikbarbero mikael.barbero@eclipse-foundation.org

Code available https://github.com/mbarbero/eclipseconfrance2017-debuglikeapro-demo

top related