Debug in Repl.it
Will there ever be an option to debug programs in Repl.it?
The Debugger now is only on Python3 on single file mode, as soon as you switch to project mode the debugger get disabled. Can you tell me more what you're looking for?
@hayaodeh, I would like the debugger to work in the mode of several files.
@StivRodzhiers we have an open issue about it. Here is a link for it where people are upvoting and discussing the issue. Please up vote if that's something you'd like us to implement
https://replit.canny.io/admin/board/feedback/p/debug-mode-project-mode
@hayaodeh I want a debugger for javascript + html
Yes, we plan on implementing this :) What language would you prefer to see it first in?
There already is on Python3, I don't think other languages have it ATM, but it will support more languages in the future.
@Mosrod Python debugging doesn't work anymore.
there already is one buddy :)
Yes, I vote for a Javascript debugger. I tried to debug my program in Chrome but chrome doesn't see the individual pages
.nav-right-items {
display: flex;
margin-left: auto;
}
</style>
</head>
<body>
<div class="nav">
<div calss="nav-right-items">
<div class="nav-item">menu1</div>
<div class="nav-item">menu2</div>
<div class="nav-item">menu3</div>
<div class="nav-item">menu4</div>
</div>
</div>
<div class="main">
<div class="title">
pricing
</div>
<div class="subtitle">
explain
</div>
</div>
<div class="prices">
<div class="price-item">
price1
</div>
<div class="price-item">
price2
</div>
<div class="price-item">
price3
</div>
</div>
<script src="script.js"></script>
</body>
</html>Yes, we need a t.debug option so people can debug easily
Hi, also it will be good to have the debugging option for C++, too