marcellourbani / vscode_abap_remote_fs

Remote filesystem for ABAP systems
MIT License
175 stars 28 forks source link

How to debug #230

Closed COOPER-DENG closed 1 month ago

COOPER-DENG commented 1 month ago

HI, I found that the debug function cannot be used. What are the specific steps required?

Cooper, Best wishes.

marcellourbani commented 1 month ago

Just pressing F5 should work. Doesn't work with sapgui

COOPER-DENG commented 1 month ago

Just pressing F5 should work. Doesn't work with sapgui

Hi, Why is the debug button on the third picture above is gray and unavailable when I press F5

marcellourbani commented 1 month ago

because it's active already As said, no SAPGUI so in programs you can only debug unit tests RFC and HTTP calls also work

COOPER-DENG commented 1 month ago

because it's active already As said, no SAPGUI so in programs you can only debug unit tests RFC and HTTP calls also work

HI, Okay, then I will use debug in GUI or ADT.