Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !6484
Something went wrong while fetching comments. Please try again.

Fix launch.json for #5319

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/ryan-mars/patch-1 into master 6 years ago
  • Overview 7
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: ryan-mars

This fixes #5319 (closed)

This PR was tested by:

  • create-react-app
  • Create .vscode/launch.json according to this page in the docs
  • Add the changes in this PR to .vscode/launch.json
  • Add various tests to src/App.test.js in an attempt to throw off the source maps
  • Set multiple break points
  • Start the debugger
  • See that the debugger in VS Code hits the correct lines
Compare
  • master (base)

and
  • latest version
    febea43d
    1 commit, 2 years ago

1 file
+ 3
- 1

    Preferences

    File browser
    Compare changes
docusaurus/docs/debugging-tests.md
+ 3
- 1
  • View file @ febea43d

  • Edit in single-file editor

  • Open in Web IDE


@@ -60,7 +60,9 @@ Use the following [`launch.json`](https://code.visualstudio.com/docs/editor/debu
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
"internalConsoleOptions": "neverOpen",
"env": { "CI": "true" },
"disableOptimisticBPs": true
}
]
}
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
CLA Signed tag: bug fix
2
CLA Signed tag: bug fix
    Assign labels
  • Manage project labels

Milestone
1.0.8
1.0.8
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: facebook/create-react-app!2596
Source branch: github/fork/ryan-mars/patch-1

Menu

Explore Projects Groups Snippets