OLD | NEW |
1 .. _devcycle-vs-addin: | 1 .. _devcycle-vs-addin: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ############################ | 5 ############################ |
4 Debugging with Visual Studio | 6 Debugging with Visual Studio |
5 ############################ | 7 ############################ |
6 | 8 |
7 | 9 |
8 .. contents:: Table Of Contents | 10 .. contents:: Table Of Contents |
9 :local: | 11 :local: |
10 :backlinks: none | 12 :backlinks: none |
11 :depth: 2 | 13 :depth: 2 |
12 | 14 |
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 functional code that is running is the same as STEP5. | 601 functional code that is running is the same as STEP5. |
600 | 602 |
601 NaCl64 Platform | 603 NaCl64 Platform |
602 ^^^^^^^^^^^^^^^ | 604 ^^^^^^^^^^^^^^^ |
603 | 605 |
604 Run the Native Client Module in the NaCl64 platform | 606 Run the Native Client Module in the NaCl64 platform |
605 You are still running the STEP6 code, but as a Native Client module rather | 607 You are still running the STEP6 code, but as a Native Client module rather |
606 than a Pepper plugin. | 608 than a Pepper plugin. |
607 | 609 |
608 .. TODO(sbc): port reference section? | 610 .. TODO(sbc): port reference section? |
OLD | NEW |