pytorch/serve

Debugging extension for VSCode

Open

#2,223 opened on 2023年4月6日

GitHub で見る
 (12 comments) (1 reaction) (0 assignees)Java (3,844 stars) (790 forks)batch import
debuggingenhancementhelp wanted

説明

🚀 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

コントリビューターガイド