https://bz.apache.org/bugzilla/show_bug.cgi?id=66265
Bug ID: 66265 Summary: JSR / groovy get crazy when using ${__counter} in commented out line Product: JMeter Version: 5.5 Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: Main Assignee: issues@jmeter.apache.org Reporter: piotr.mi...@gmail.com Target Milestone: JMETER_5.5 Created attachment 38390 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38390&action=edit screenshot When adding this line error, even it's commented out. code used: log.info("DEBUG: A: " + ${__threadNum} + "-" + vars.getIteration()); // log.info("DEBUG: B " + ${__threadNum} + "-" + ${__counter}); Is there any way to ignore commented lines to avoid confusion? -- You are receiving this mail because: You are the assignee for the bug.