You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging larger python programs (that aren't just one-off executions) it would be excellent if Austin integrated with the vscode debugger and you could step over a function and have an Austin flamegraph profile after the function execution is done.
A command like "Austin: Step Over" would be a good API. "Austin: Step Out" would be nice as well. Or even "Austin: Run until next breakpoint".
If these were non-invasive enough, I would consider replacing the native debugger calls with these.
The text was updated successfully, but these errors were encountered:
rwarren
changed the title
Feature request: Integrate Austin with python debugging functions
Feature request: Integrate Austin with python debugging functions in vscode extension
Jun 8, 2024
@rwarren this is a great idea. To implement something like this however I think we would have to implement a full debugger, and then add Austin on top of it. Then we would have to make a dedicated debugger adapter for VS Code. Maybe a shortcut could be to fork the existing Python debugger and add Austin profiling to it.
Description of feature request
For debugging larger python programs (that aren't just one-off executions) it would be excellent if Austin integrated with the vscode debugger and you could step over a function and have an Austin flamegraph profile after the function execution is done.
A command like "Austin: Step Over" would be a good API. "Austin: Step Out" would be nice as well. Or even "Austin: Run until next breakpoint".
If these were non-invasive enough, I would consider replacing the native debugger calls with these.
The text was updated successfully, but these errors were encountered: