Y
Hacker News
new
|
ask
|
show
|
jobs
by
kyawzazaw
1905 days ago
Oh please tell me about those tools.
2 comments
maccard
1905 days ago
Visual studio does trace points [0]
[0]
https://docs.microsoft.com/en-us/visualstudio/debugger/using...
link
Macha
1905 days ago
VS Code and Firefox Developer Tools are the two I'm aware of with actual support. Also some tools you can adhoc it as a conditional breakpoint by basically putting "print(whatever); return false" as the condition
link
[0] https://docs.microsoft.com/en-us/visualstudio/debugger/using...