On Tue, 24 Mar 2026 22:17:27 GMT, Andy Goryachev <[email protected]> wrote:
>>> where is it? >> >> Right Click on the Gutter -> >> <img width="812" height="436" alt="image" >> src="https://github.com/user-attachments/assets/e014dd9c-c011-4749-9cdb-cbd082f8d5c7" >> /> >> >> Also has a unique breakpoint icon as far as I can tell -> >> <img width="1289" height="323" alt="image" >> src="https://github.com/user-attachments/assets/c0687f47-463e-480a-a44a-c56eebe9d5b6" >> /> >> >> Can you try? > > yes! I did not know about it, danke. > > but... it only goes so far. _what if_ I want the second breakpoint in the > outer method on the same line? > > there is another reason for placing one statement per line - analyzing logs. > get an exception with the line number, have no idea where the problem is > because there are multiple candidates on the same line. when the classfile > is obfuscated. when log was captured a week ago by a customer. > but... it only goes so far. what if I want the second breakpoint in the outer > method on the same line? I just tried and I can set both breakpoints at the same line, so it first triggers in the line, then in the lambda for me ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2118#discussion_r2984640171
