Skip to content

Commit 5dac533

Browse files
authored
Merge pull request #22 from OfficeDev/davech-debug-update
adding debug links to readme
2 parents 8914a89 + 99d981b commit 5dac533

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Office-Addin-TaskPane
2-
2+
33
This repository contains the source code used by the [Yo Office generator](https://github.com/OfficeDev/generator-office) when you create a new Office Add-in that appears in the task pane. You can also use this repository as a sample to base your own project from if you choose not to use the generator.
44

55
## TypeScript
6+
67
This template is written using [TypeScript](http://www.typescriptlang.org/). For the JavaScript version of this template, go to [Office-Addin-TaskPane-JS](https://github.com/OfficeDev/Office-Addin-TaskPane-JS).
78

9+
## Debugging
10+
11+
This template supports debugging using any of the following techniques:
12+
13+
- [Use a browser's developer tools](https://docs.microsoft.com/office/dev/add-ins/testing/debug-add-ins-in-office-online)
14+
- [Attach a debugger from the task pane](https://docs.microsoft.com/office/dev/add-ins/testing/attach-debugger-from-task-pane)
15+
- [Use F12 developer tools on Windows 10](https://docs.microsoft.com/office/dev/add-ins/testing/debug-add-ins-using-f12-developer-tools-on-windows-10)
16+
817
## Questions and comments
918

1019
We'd love to get your feedback about this sample. You can send your feedback to us in the *Issues* section of this repository.
@@ -19,4 +28,5 @@ Questions about Microsoft Office 365 development in general should be posted to
1928
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
2029

2130
## Copyright
31+
2232
Copyright (c) 2019 Microsoft Corporation. All rights reserved.

0 commit comments

Comments
 (0)