pytorch/serve

Debugging extension for VSCode

Open

#2 223 ouverte le 6 avr. 2023

Voir sur GitHub
 (12 commentaires) (1 réaction) (0 assignés)Java (790 forks)batch import
debuggingenhancementhelp wanted

Métriques du dépôt

Stars
 (3 844 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

🚀 The feature

Be able to set breakpoints and step through custom handlers after sending requests to Torchserve. something like VSCode Live Server or the Javascript Debugger for Torchserve that works with VSCode Remote Containers.

Motivation, pitch

Debugging containers with prints is tedious: https://github.com/pytorch/serve/issues/711

Alternatives

debugging with prints: https://github.com/pytorch/serve/issues/711

Additional context

No response

Guide contributeur