Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat:xmake-io#276 add dll debug support
Detail:if target is a program full path,pass it. so with the user debug configuration as follows, user can debug dll which the target exe load. { "version": "0.2.0", "configurations": [ { "type": "xmake", "request": "launch", "name": "launch exe to debug dll", "target": "D:\\xxx.exe", "cwd": "${workspaceFolder}", "stopAtEntry": false, } ] }
- Loading branch information