vivek
vivek

Reputation: 17

Debugger Stops When Clicking on Variables - "Step Over" Button Disabled (In STS 4)

Description

I'm encountering an issue while debugging my application. When I click on certain variables in the variable tab to inspect their values, the debugger unexpectedly stops, and the "Step Over" button becomes disabled. This behavior disrupts my debugging process.

Environment

Steps to Reproduce

  1. Start debugging the application.
  2. When execution is paused at a breakpoint, click on a variable in the variable tab.
  3. Observe that the debugger stops, and the "Step Over" button is disabled.

Expected Behavior

I expect to be able to inspect the variable's value without interrupting the debugging session or disabling the "Step Over" functionality.

Additional Information

Upvotes: 0

Views: 28

Answers (0)

Related Questions