Notifications
Clear all

[Solved] SDK is unresponsive after starting debugger

1 Posts
1 Users
0 Reactions
1,325 Views
0
Topic starter

Recently, when trying to use my debugger within the SDK, the studio freezes and becomes unresponsive. Is there a workaround or configuration that will help prevent this from occurring?

1 Answer
0
Topic starter

The issue occurs when trying to load all running threads to display them as part of the UI tree within the Debug window. Disabling the options listed below helps prevent the issue from occurring and causing the studio to become unresponsive

  1. Open the Debug perspective
  2. Click the 3 vertical dots in the top-right corner of the Debug perspective window
  3. Hover over Java and ensure that "Show Running Threads" and "Show Monitors" are deselected
image

 

  1. Connect to your Debugger
  2. Connection should be successful and the full tree should not be displayed
image

 

At this point, the debugger should run as expected