⚡ Trusted Carding Forum & Verified Transfer Seller
💱 We are a group of Russian hackers with over 15 years of experience; we specialize on Western union Carding and professional bank, PayPal transfer services.
🎰 Deal Wtih Verified & Trusted Seller Hacker WorldWide Transfers Available
Unlock Up to You can send me $250 fee via USDT - I will send you $2500 via Transfers
🎟️ ENTER WorldWide Transfers NOW
Advertise Your Business Here • Reach Thousands of Active Members • Contact Forum Admin Today  📧 Email: cardingforumsite@gmail.com
🎰 ACTIVE POOL
DAILY USDT JACKPOT
$7000 USDT
Entry Ticket: $10 USDT
🎟️ ENTER JACKPOT NOW

「︎RAP GOD」︎☣️ Debug A Web Application Using VSCode ☣️

Eminem

Member
✨ REGISTERED MEMBER ✨
To increase the quality of systems or an application,we use debugging.It is used to detect the errors or bugs and it locates the exact position of each exception.


[hide]


Thereare many ways to debug web applications.We normally use the browser's developer tool to debug the web application but if you are familiar with Visual Studio debugging and want to achieve the same in VSCode,you can achieve it by using the Chrome's debugger extension in VS Code.

We need VS Code.

Tocheck whether the debugger is hitting or not,I have created an Angular project using the below command.

ngnew demoApp

Open this project in VS Code;click on the Extension button and search for the Chrome Debugger to install it.Reload the VS Code for the changes,as shown below.

In this step, we have to create a configuration file. So, click on Debug >> Configuration button. After clicking on this, it will show a pop-up which has the list of extensions. From this list, select "Chrome", as shown below.

After this, the system will create a lauch.json file which contains the configuration information. Here, in this file, we have to make some changes. Since my project is running on localhost:4200 port, I have to update this port number in the lauch.json file.

In this step, I have set the debug point and hit the command ng serve.
Now, let us run the project by clicking on the "Play" icon in the Debug section.

Output

Now, we can see that the debug point has hit.



[/hide]
 
Back
Top