Debugging C# Apps in VS Code [Pt 5] | C# and .NET Development in VS Code for Beginners

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 2

  • @erikandersen3105
    @erikandersen3105 6 місяців тому

    Does anyone know why I'm getting this error when trying to use the conditional breakpoint? "Unable to evaluate breakpoint condition '(()=>{try{return i == 2;}catch(e){console.error(`Breakpoint condition error: ${e.message||e}`);return false}})()': [ReferenceError] Failed to resolve member access for e.message"

    • @perelium-x
      @perelium-x 3 місяці тому

      3 months late but this is what I think
      e.message is causing the problem, maybe its because there is no field called message on the thrown exception.