Technical Articles
Debugging ABAP in visual studio code
My visual studio code plugin just gained the ability of debugging ABAP code straight from the server, like Eclipse does
It’s still pretty basic for now, will probably add features in the future
Really good work. It's nice to have an alternative.
Amazing!
Keep up the good work
That's really cool!
I press CTRL+Shift+F11 ,but I can't see debug console. which steps do I miss ?
Ctrl+Shift+F11 runs the unit tests
You will see the debug console if:
Debugging dialog application is not supported (yet?)
Amazing, keep up the good work!!
I have tried with F5, debugger is activated but all the controls are in display mode.In the problems section, one warning is displaying( Missing Property "root") at workspace.json file.
can't debug SAPGUI stuff, only APIs/RFC fms, unit tests
To debug a sapgui application I would have to control a slave sapgui, couldn't figure out how.
If you write an unit test you can debug it, otherwise reports can't be debugged in vscode.
Thank you for reply!
I have tried to debug the unit test of a class however stil the same result, debug session started and the debug toolbar has appeared on the top of the editor but no debug actions (like F10 or F11) are active to proceed further. There is an warning message also displaying with ( Missing Property "root") at workspace.json file.
my workspace.json file is configured like:
Configuration is fine.
Once you're in debug mode set a breakpoint where you want to debug and then either press ctrl+shift+f11 or run command "AbapFs run unit tests"