Skip to content

Commit 5bdded3

Browse files
committed
adding debug info to readme
1 parent 3727667 commit 5bdded3

File tree

2 files changed

+6
-78
lines changed

2 files changed

+6
-78
lines changed

Debugging.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ Custom functions enable you to add new functions to Excel by defining those func
55
This repository contains the source code used by the [Yo Office generator](https://github.com/OfficeDev/generator-office) when you create a new custom functions project. You can also use this repository as a sample to base your own custom functions project from if you choose not to use the generator. For more detailed information about custom functions in Excel, see the [Custom functions overview](https://docs.microsoft.com/office/dev/add-ins/excel/custom-functions-overview) article in the Office Add-ins documentation or see the [additional resources](#additional-resources) section of this repository.
66

77
## Known Issues and Workarounds
8+
89
In the 32 bit version of the Office 365 *December* Insiders Version 1901 (Build 11128.20000), Custom Functions may not work properly.
910
In some cases you can workaround this bug by downloading the file at https://github.com/OfficeDev/Excel-Custom-Functions/blob/december-insiders-workaround/excel-udf-host.win32.bundle. Then, copy it your "C:\Program Files (x86)\Microsoft Office\root\Office16" folder.
1011

1112
This does not affect Excel Online. We expect to resolve this in the January Insiders build update.
1213

14+
## Debugging custom functions
15+
16+
This template supports debugging custom functions from [Visual Studio Code](https://code.visualstudio.com/). For more information see [Custom functions debugging](https://aka.ms/custom-functions-debug). For general information on debugging task panes and other Office Add-in parts, see [Test and debug Office Add-ins](https://docs.microsoft.com/office/dev/add-ins/testing/test-debug-office-add-ins).
17+
1318
## Questions and comments
1419

1520
We'd love to get your feedback about this sample. You can send your feedback to us in the *Issues* section of this repository.
@@ -27,4 +32,5 @@ Questions about Microsoft Office 365 development in general should be posted to
2732
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.
2833

2934
## Copyright
35+
3036
Copyright (c) 2017 Microsoft Corporation. All rights reserved.

0 commit comments

Comments
 (0)