Questions tagged [vscode-debugger]

Make sure to utilize this specific tag for the debugger feature in VS Code.

Error with syntax detected in VSCode (launch.json, line 2)

How do I configure my launch.json file to run my Python program from Visual Studio Code? Typically, I go to the folder where my test file is located and run the following command: python main.py test_file.xlsx In this case, my Python script is named main ...

Having difficulty troubleshooting a Next.js application with Visual Studio Code

Currently, I am delving into the realm of Next.js and seeking guidance on how to efficiently debug using Visual Studio Code and Google Chrome. Despite experimenting with various configurations in the launch.json file for debugging a Next.js app in Visual S ...

Execute personalized instructions as run configurations in Visual Studio Code

I'm currently exploring the process of creating a custom run configuration in Visual Studio Code, and I have yet to come across any documentation that addresses my specific scenario. My goal is to establish a Run Configuration that can execute arbitr ...

Encountering a blank page and slow loading when launching the VSCode debugger using VS Code version 1.76.1 and Chrome 111

Recently, I've encountered a problem with the VS Code debugger while trying to debug an Angular application. I created a new Angular app using the ng new command and made some changes to the ngOnInit function. When attempting to start the Chrome debugger ...

having difficulty configuring the debugger

After configuring my vscode launch.json file with the necessary breakpoints in my step definition and attempting to debug the test, I encountered an error that prevented the debugger from opening. The contents of my launch.js file are as follows: { " ...

Why won't my Angular app hit a breakpoint while debugging?

I'm relatively new to the world of Visual Studio Code and Angular applications with a C# Web API back-end. My issue lies in hitting breakpoints within my Angular app using VS Code, even though I can hit them without any problems in C#! Running both a ...

Tips for resolving this unhandled error in React TypeScript

After creating a program in React TypeScript, I encountered an uncaught error. Despite running and debugging tests and conducting extensive research on Google, I have been unable to resolve this issue on my own. Therefore, I am reaching out for assistance ...

Unleashing the full potential of Azure DevOps custom Tasks in VS Code and TypeScript: A guide to configuring input variables

Scenario: I have developed a custom build task for Azure DevOps. This task requires an input parameter, param1 The task is created using VS Code (v1.30.1) and TypeScript (tsc --version state: v3.2.2) Issue During debugging of the task, I am unable to pr ...

Setting up the VSCode debugger launch.json configuration for Bun and next.js

Discover a helpful guide on setting up VSCode for debugging with Unique software. Check out this page to learn how to configure VSCode for debugging a unique.js app. Is there a way to combine both configurations in launch.json, so I can debug my Unique.j ...