Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: fd9e01c031ac
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5db936d2aeca
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Apr 27, 2013

  1. debugger: breakpoints in scripts not loaded yet

    When developer calls setBreakpoint with an unknown script name,
    we convert the script name into regular expression matching all
    paths ending with given name (name can be a relative path too).
    
    To create such breakpoint in V8, we use type `scriptRegEx`
    instead of `scriptId` for `setbreakpoint` request.
    
    To restore such breakpoint, we save the original script name
    send by the user. We use this original name to set (restore)
    breakpoint in the new child process.
    bajtos authored and bnoordhuis committed Apr 27, 2013
    Copy the full SHA
    5db936d View commit details
    Browse the repository at this point in the history