33 lines
1.6 KiB
HTML
33 lines
1.6 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<title>Odoo Debugpy</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||
|
</head>
|
||
|
|
||
|
<body style="background: #f3f3f3;">
|
||
|
<section class="mb-5">
|
||
|
<div class="container text-center">
|
||
|
<h1 class="pb-4 d-flex justify-content-center" style="color: #a3498b;">
|
||
|
<span class="ml-2">Demonstration</span>
|
||
|
</h1>
|
||
|
<p class="mb-5" style="font-size: 26px;font-weight: 500;letter-spacing: 0.02em;color: #535456;">
|
||
|
debugpy is a Python debugger for Visual Studio Code (VSCode) that supports remote debugging, breakpoints, and variable inspection. It simplifies troubleshooting for developers using frameworks like Odoo.
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="container text-left mb-5">
|
||
|
<img src="./gifs/debug.gif" class="img img-fluid"/>
|
||
|
</div>
|
||
|
<div class="container text-left mb-5">
|
||
|
<h1 class="mb-5" style="color: #a3498b;">Credits:</h1>
|
||
|
<p class="mb-5" style="font-size: 20px;font-weight: 500;letter-spacing: 0.02em;color: #535456;">
|
||
|
Miguel Alejandro Guzmán Rodríguez
|
||
|
</p>
|
||
|
</div>
|
||
|
</section>
|
||
|
</body>
|
||
|
</html>
|