Home > Back-end >  The IDEA of the DEBUGGER window, field color problem
The IDEA of the DEBUGGER window, field color problem

Time:10-13



As shown, two requests, part of the field in different color, red for the first time, the second after all blue, mainly to solve the BUG, behind the first request can be successful, all failure
Error: feign. FeignException $NotFound: status 404 reading IAuthService# platAuth (String, String),

CodePudding user response:

Resolved: Red is the standard color for the variables.

Blue are that a variable has changed while you 'r e stepping through the code. If you continue to the next iteration of your loop (assuming offlineNotifications is a Collection), you will see those are the variables manipulated in the current execution of code.

CodePudding user response:

  • Related