• Robert Davis 42
  • NEWBIE
  • 15 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I have a Batch class that I am trying to debug and everytime I place a line of
System.Debug('Last Run Date'+LRDate);
or
System.Debug('query'+ qry);
I get the following errors:
Invalid constructor name: System.debug

Please help me with what I a missing. Never run into this problem before.
Robert
I have a Batch class that I am trying to debug and everytime I place a line of
System.Debug('Last Run Date'+LRDate);
or
System.Debug('query'+ qry);
I get the following errors:
Invalid constructor name: System.debug

Please help me with what I a missing. Never run into this problem before.
Robert