Skip to content

A breakpoint ("debugger") inside a computed causes to "Maximum call stack size exceeded" errorΒ #11151

Open
@4refael

Description

@4refael

Vue version

3.4.29

Link to minimal reproduction

https://play.vuejs.org/#eNp9kU1PwzAMhv+KlUs3aerEx4XRTQK0AxwAAcdIaLRe19EmUeKMSlX/O06qlR3QbrHfN/ZjuxN3xqQHj2IhMpfbyhA4JG9WUlWN0Zagg1w3xhMW0MPW6gYS9ie3UkmVa+UIGlfCcnRNJlNYrqCTCqDAL1+WaMPbclmrINlhXetEqn7KJbL50JTbcUDYmHpDyBFAtrtYdV0s3vfZnKNgP7GImSDHBNuqTPdOKx4hNpUioFQ12hdDFRNKsRhwgrbh7j9PMUfW4+yYz3eYf/+T37s25KR4tejQHlCKUaONLZEGef3+jC2/R7HRha/ZfUZ8Q6drHxgH271XBWOf+CLtYzxEpcoPt24JlTsOFUCDs49+KfguD2dG/8O9Sq/jP74Cb/HzgDbU5AWykF7eiP4XhZaw2w==

Steps to reproduce

  1. Put a breakpoint (debugger) inside a computed
  2. Reload and wait for the breakpoint to pause the execution
  3. Resume the execution
  4. Observe an error: "RangeError: Maximum call stack size exceeded"
    image

What is expected?

No error after resuming the execution

What is actually happening?

An error: "RangeError: Maximum call stack size exceeded"

System Info

No response

Any additional comments?

This seems to be a regression since 3.4.16
No error was received in 3.4.15

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions