Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Manuel de la Pena 9eb238cc1c
[Debugger] Copy the NSUrlSessionHandler src. Fixes #3724 (#4193)
* [Debugger] Copy the NSUrlSessionHandler src. Fixes #3724

Ensure that we do copy and pathmap the code of the NSUrlSessionHandler.

Fixes https://github.com/xamarin/xamarin-macios/issues/3724
2018-06-09 18:23:59 -07:00
Manuel de la Pena 8ed3f85c07
[Debugger] Allow to step into Xamarin code. (#1663)
* [Debugger] Allow to step into Xamarin code.

The tool now detects the different sources and mangles the path to
ensure that the correct paths are installed in the following location:

/Library/Frameworks/Xamarin.iOS/Versions/Current/src
/Library/Frameworks/Xamarin.Mac/Versions/Current/src

The tool will detect if the path map command was used in the mdb and pub files, will point to the correct source code and will copy it to the installation dir. 

Tests have been added that will be ran both by wrench and jenkins ensuring that changes in the manglers do not change it behaviour.
2017-12-05 14:13:59 +01:00