home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / ide / devdbg.pkg / string.txt < prev    next >
Text File  |  1998-06-18  |  25KB  |  633 lines

  1. 10012    Visual Studio 97 Debugger
  2. 10013    Events fired by the Debugger object.
  3. 10014    Fired when a breakpoint is hit.
  4. 10015    Debugger object.
  5. 10016    Returns the Application Object.
  6. 10017    Returns the Parent Object (Application).
  7. 10018    Returns the Breakpoints object.
  8. 10019    Returns/sets the default radix used by the debugger.
  9. 10020    Returns the current state of the process being debugged.
  10. 10021    Returns/sets whether Just In Time Debugging is enabled.
  11. 10022    Returns/sets whether Remote Procedure Call Debugging is enabled.
  12. 10023    Causes the process being debugged to execute.
  13. 10024    Executes the current line of source code, stepping Into any procedure calls encountered.
  14. 10025    Executes the current line of source code, stepping over any procedure calls encountered.
  15. 10026    Executes until control is returned from current procedure.
  16. 10027    Terminates the current process being debugged, if any, and starts debugging from the beginning.
  17. 10028    Terminates the current process being debugged, if any.
  18. 10029    Stops (interrupts) execution of the current process being debugged.
  19. 10030    Evaluates an expression as if it were entered into a watch window.
  20. 10031    Waits until the process being debugged reaches the dsBreak or dsNoDebuggee state.
  21. 10032    Moves the cursor to the next line that will execute.  This may be the current line.
  22. 10033    Causes the process being debugged to execute until control is transferred to the cursor location.
  23. 10034    Forces execution to contine, beginning with the current cursor location.
  24. 10035    Breakpoint Object
  25. 10036    Returns the Application Object.
  26. 10037    Returns the Debugger object.
  27. 10038    Returns/sets the Enabled property of the breakpoint.
  28. 10039    Returns the line number of the breakpoint.
  29. 10040    Returns the file system name of the source file corresponding to the breakpoint.
  30. 10041    Returns the (optional) source function name corresponding to the breakpoint.
  31. 10042    Returns the file system name of the application being debugged (may be blank).
  32. 10043    Returns the (optional) condition governing the breakpoint.
  33. 10044    Returns the (optional) elements of the breakpoint, representing the range of memory the data breakpoint is watching.
  34. 10045    Returns the (optional) pass count governing the breakpoint.
  35. 10046    Returns the (optional) Windows message governing the breakpoint.
  36. 10047    Returns the (optional) window procedure of the breakpoint.
  37. 10048    Returns a member of the DsBreakpointType enumeration representing the type of the breakpoint.
  38. 10049    Removes the breakpoint.
  39. 10050    Represents all the enabled and disabled breakpoints currently set.
  40. 10051    Returns the number of breakpoints.
  41. 10052    Returns the Application Object.
  42. 10053    Returns the Debugger Object.
  43. 10054    Returns a Breakpoint object from the collection by its index.
  44. 10055    Removes all breakpoints.
  45. 10056    Removes the breakpoint at a given source line.
  46. 10057    Adds a breakpoint at a given source line.
  47. 10059    Location breakpoint.
  48. 10060    Break at location when the expression is true.
  49. 10061    Break when the expression is true.
  50. 10062    Break when the expression has changed.
  51. 10063    Break when the message has been received.
  52. 10064    Represents the debuggee's execution state.
  53. 10065    There is nothing to debug.
  54. 10066    The debuggee is paused.
  55. 10067    The debuggee is running.
  56. 10068    Represents the possible types of a Breakpoint object.
  57. 10069    Break at location when expression changed.
  58. 10070    Value of exception thrown because debugger package isn't loaded.
  59. 10071    Value of exception thrown because an invalid breakpoint object is referenced.
  60. 10072    Value of exception thrown when unable to evaluate an expression.
  61. 10073    Value of exception thrown when unable to SetNextStatement
  62. 10074    Value of exception thrown because current command is invalid while debuggee is executing.
  63. 24000    Duplicate directory specification
  64. 24001    Debug package: A required interface or package was not found.
  65. 24005    '%s' is an illegal folder specification.
  66. 24006    The folder '%s' does not exist.
  67. 24025    &Enter address expression:
  68. 24026    Address
  69. 24027    Type any valid debugger expression.
  70. 24040    Line 
  71. 24041    Advanced...
  72. 24042    &Location:
  73. 24043    &Expression:
  74. 24044    Breakpoint successfully set at 
  75. 24045    Breakpoint could not be set at 
  76. 24046    Ste&p into %s
  77. 24047    This expansion could take a long time. Do you wish to continue?
  78. 24065    &Move Here
  79. 24066    &Copy Here
  80. 24067    Cancel
  81. 24132    Assembly Code
  82. 24176    \n\nThese files need to be built:\n
  83. 24180    Cannot set breakpoint while the debuggee is running.
  84. 24190    DLLs (.dll)
  85. 24191    Executable Files (.exe)
  86. 24192    Browse for Local Module
  87. 24212    Cannot execute program.
  88. 24215    The pathname for file '%s' is too long.
  89. 24218    '%s'\nCannot save file.  Make sure that the directory exists and is not read-only.
  90. 24221    '%s'\nCannot save file.  Cannot create a temporary file.
  91. 24222    '%s'\nCannot create a backup for file.
  92. 24224    '%s'\nCannot save file.  The file may be in use by another application.
  93. 24228    '%s'\nFile not found.
  94. 24229    '%s'\nCannot open file.\nFile not found.
  95. 24251    The file specification '%s' is invalid.
  96. 24258    Cannot change the current directory to '%s'.
  97. 24259    Cannot change the current drive to '%s'.
  98. 24289    Cannot set the breakpoint %s.
  99. 24290    One or more breakpoints are not positioned on valid lines.  These breakpoints have been moved to the next valid line.
  100. 24291    The debugging session will be terminated.  Do you want to exit Microsoft Developer Studio?
  101. 24292    One or more breakpoints cannot be set and have been disabled.  Execution will stop at the beginning of the program.
  102. 24293    One or more breakpoints could not be moved and have been disabled.
  103. 24296    The target platform of '%s' does not match the current target platform.
  104. 24298    'Line Number' must be between %i and %i.
  105. 24299    Cannot exit Microsoft Developer Studio.
  106. 24300    '%s' is not a valid executable file.
  107. 24301    '%s' has corrupt symbolic information.
  108. 24302    '%s' does not contain debugging information.  Press OK to continue.
  109. 24303    '%s' cannot be debugged until it has been relinked with the current linker.  Do you want to run your program?
  110. 24304    '%s' cannot be debugged until it has been repacked with the current CVPACK.  Do you want to run your program?
  111. 24305    '%s' has symbolic information which is newer than this version of Microsoft Developer Studio.  Do you want to run your program?
  112. 24306    Insufficient memory to load the symbols from '%s'.
  113. 24307    No code exists at the line number for breakpoint %s.
  114. 24308    %s\n\nThis file does not exist.  Do you want to build it?
  115. 24310    Available memory is low. Close other applications or exit Microsoft Developer Studio.
  116. 24311    Available memory is low. Please exit Microsoft Developer Studio.
  117. 24344      
  118. 24345    Registers
  119. 24346    Watch
  120. 24347    this
  121. 24348    Locals
  122. 24349    Auto
  123. 24350    Memory
  124. 24351    Call Stack
  125. 24352    Disassembly
  126. 24353    Output - 
  127. 24354    Breakpoint
  128. 24356    %i occurrence(s) have been replaced.
  129. 24357    %i occurrence(s) have been found.
  130. 24358    %s\n\nThis file has been modified outside of the source editor.
  131. 24363    Save changes to '%s'?
  132. 24364    %s
  133. 24365    List files of &type:
  134. 24374    Break at location breakpoint
  135. 24377    This breakpoint type is not supported on the target platform.
  136. 24378    The program '%s' has exited with code %ld (0x%lX).
  137. 24379    One or more breakpoints are not supported on the target platform and have been disabled.  Execution will stop at the beginning of the program.
  138. 24381    Unrecoverable error.  Choose OK to ignore or Cancel to exit.
  139. 24382    The thread 0x%X has exited with code %ld (0x%lX).
  140. 24384    Pass exception on to the program being debugged?
  141. 24385    %s in %s: 0x%.8lX: %s.
  142. 24386    First-chance exception
  143. 24387    Unhandled exception
  144. 24389    Unable to suspend thread 0x%lX.
  145. 24391    %s (%s)
  146. 24392    Cannot configure the %s %s connection
  147. 24394    Playback canceled.\nCannot edit the active document.
  148. 24395    Playback canceled.\nCannot insert text into a read-only document.
  149. 24396    Playback canceled.\nCannot activate the window '%s'.
  150. 24397    The debugger can no longer communicate with the remote machine.
  151. 24398    Variables
  152. 24399    Exception
  153. 24400    Watch1
  154. 24401    Watch2
  155. 24402    Watch3
  156. 24403    Watch4
  157. 24404    Name
  158. 24405    Value
  159. 24406    Type
  160. 24416    Registers Window
  161. 24417    Memory Window
  162. 24418    Variables Window
  163. 24419    Calls Window
  164. 24420    Disassembly Window
  165. 24421    Watch Window
  166. 24422    Text
  167. 24423    Text Selection
  168. 24424    Register
  169. 24425    Value
  170. 24426    Memory Highlight
  171. 24427    Value Highlight
  172. 24428    Calls Highlight
  173. 24429    Current Statement
  174. 24430    Breakpoint
  175. 24433    Watch Highlight
  176. 24434    Variables Highlight
  177. 24435    Debugger Windows
  178. 24436    Code Coverage
  179. 24437    Superceded code
  180. 24451    Stop always
  181. 24452    Stop if not handled
  182. 24456    Error: cannot display value
  183. 24457    Undoing action #%i
  184. 24458    Redoing action #%i
  185. 24459    Undo is complete.
  186. 24460    Redo is complete.
  187. 24469    ASCII
  188. 24470    Wide Char
  189. 24471    Byte
  190. 24472    Short
  191. 24473    Short Hex
  192. 24474    Short Unsigned
  193. 24475    Long
  194. 24476    Long Hex
  195. 24477    Long Unsigned
  196. 24478    Real
  197. 24479    Real Long
  198. 24480    Int64
  199. 24481    Int64 Hex
  200. 24482    Int64 Unsigned
  201. 24484    OVR
  202. 24485    READ
  203. 24488    00000
  204. 24489    000
  205. 24490    00000000
  206. 24491    COL
  207. 24492    run
  208. 24493    break
  209. 24494    Break
  210. 24495    Edit and Continue
  211. 24496    crash dump
  212. 24555    Loading symbols...
  213. 24566    Please enter the path for %s%s.
  214. 24567    Find Source
  215. 24568    Find Symbols
  216. 24569    Find Directory
  217. 24577    The debug target name specified is missing or invalid.  Choose Settings from the Project menu to correct the name of the debug target.
  218. 24586    Hexadecimal display
  219. 24587    Decimal display
  220. 24593    %s applications cannot be debugged with this version of Microsoft Developer Studio.
  221. 24594    Windows 16-bit
  222. 24595    MS-DOS
  223. 24596    OS/2
  224. 24597    <Unknown Executable Type>
  225. 24671    %s.
  226. 24675    Cannot watch '%s'
  227. 24678    MSVCColumnSelect
  228. 24692    One or more files are out of date or do not exist. %sWould you like to build them?
  229. 24695    Unknown error
  230. 24728    Source code is not available for the function return address.
  231. 24729    Cannot set a breakpoint at the function return address
  232. 24730    The current function has no return address.
  233. 24731    No code is available at the current cursor location.
  234. 24732    Cannot set a breakpoint at the cursor location.
  235. 24733    The cursor is already at the current source location.
  236. 24739    Unable to stop the debugger
  237. 24753    No source file
  238. 24778    Text
  239. 24827    '%s' does not exist.
  240. 24877    Cannot find the specified file.
  241. 24878    The specified path is invalid.
  242. 24880    Cannot dynamically link to a task.
  243. 24881    Library requires separate data segments for each task.
  244. 24883    Insufficient memory to start the application.
  245. 24885    This is the incorrect Windows version for this application.
  246. 24886    This is an invalid .EXE file (non-Windows or error in image).
  247. 24887    Cannot run an OS/2 application.
  248. 24888    Cannot run an MS-DOS 4.0 application.
  249. 24889    This is an unknown application type.
  250. 24890    Cannot run an old Windows .EXE in protected mode.
  251. 24891    Cannot run a second instance of an application containing multiple, writeable data segments.
  252. 24892    Cannot run a second instance of this application in large-frame EMS mode.
  253. 24893    Cannot run a protected-mode application in real mode.
  254. 24894    Cannot load a compressed executable file.
  255. 24895    A DLL file required to load this application is invalid.
  256. 24896    This application requires Microsoft Windows 32-bit extensions.
  257. 24900    WM_ACTIVATE
  258. 24901    WM_ACTIVATEAPP
  259. 24902    WM_ASKCBFORMATNAME
  260. 24903    WM_CANCELJOURNAL
  261. 24904    WM_CANCELMODE
  262. 24905    WM_CHANGECBCHAIN
  263. 24906    WM_CHAR
  264. 24907    WM_CHARTOITEM
  265. 24908    WM_CHILDACTIVATE
  266. 24909    WM_CLEAR
  267. 24910    WM_CLOSE
  268. 24911    WM_COMMAND
  269. 24912    WM_COMPACTING
  270. 24913    WM_COMPAREITEM
  271. 24914    WM_COPY
  272. 24915    WM_COPYDATA
  273. 24916    WM_CREATE
  274. 24917    WM_CTLCOLORBTN
  275. 24918    WM_CTLCOLORDLG
  276. 24919    WM_CTLCOLOREDIT
  277. 24920    WM_CTLCOLORLISTBOX
  278. 24921    WM_CTLCOLORMSGBOX
  279. 24922    WM_CTLCOLORSCROLLBAR
  280. 24923    WM_CTLCOLORSTATIC
  281. 24924    WM_CUT
  282. 24925    WM_DDE_ACK
  283. 24926    WM_DDE_ADVISE
  284. 24927    WM_DDE_DATA
  285. 24928    WM_DDE_EXECUTE
  286. 24929    WM_DDE_INITIATE
  287. 24930    WM_DDE_POKE
  288. 24931    WM_DDE_REQUEST
  289. 24932    WM_DDE_TERMINATE
  290. 24933    WM_DDE_UNADVISE
  291. 24934    WM_DEADCHAR
  292. 24935    WM_DELETEITEM
  293. 24936    WM_DESTROY
  294. 24937    WM_DESTROYCLIPBOARD
  295. 24938    WM_DEVMODECHANGE
  296. 24939    WM_DRAWCLIPBOARD
  297. 24940    WM_DRAWITEM
  298. 24941    WM_DROPFILES
  299. 24942    WM_ENABLE
  300. 24943    WM_ENDSESSION
  301. 24944    WM_ENTERIDLE
  302. 24945    WM_ENTERMENULOOP
  303. 24946    WM_ERASEBKGND
  304. 24947    WM_EXITMENULOOP
  305. 24948    WM_FONTCHANGE
  306. 24949    WM_GETDLGCODE
  307. 24950    WM_GETFONT
  308. 24951    WM_GETHOTKEY
  309. 24952    WM_GETMINMAXINFO
  310. 24953    WM_GETTEXT
  311. 24954    WM_GETTEXTLENGTH
  312. 24955    WM_HOTKEY
  313. 24956    WM_HSCROLL
  314. 24957    WM_HSCROLLCLIPBOARD
  315. 24958    WM_ICONERASEBKGND
  316. 24959    WM_IMEKEYDOWN
  317. 24960    WM_IMEKEYUP
  318. 24961    WM_IME_CHAR
  319. 24962    WM_IME_COMPOSITION
  320. 24963    WM_IME_COMPOSITIONFULL
  321. 24964    WM_IME_CONTROL
  322. 24965    WM_IME_ENDCOMPOSITION
  323. 24966    WM_IME_NOTIFY
  324. 24967    WM_IME_REPORT
  325. 24968    WM_IME_SELECT
  326. 24969    WM_IME_SETCONTEXT
  327. 24970    WM_IME_STARTCOMPOSITION
  328. 24971    WM_INITDIALOG
  329. 24972    WM_INITMENU
  330. 24973    WM_INITMENUPOPUP
  331. 24974    WM_KEYDOWN
  332. 24975    WM_KEYUP
  333. 24976    WM_KILLFOCUS
  334. 24977    WM_LBUTTONDBLCLK
  335. 24978    WM_LBUTTONDOWN
  336. 24979    WM_LBUTTONUP
  337. 24980    WM_MBUTTONDBLCLK
  338. 24981    WM_MBUTTONDOWN
  339. 24982    WM_MBUTTONUP
  340. 24983    WM_MDIACTIVATE
  341. 24984    WM_MDICASCADE
  342. 24985    WM_MDICREATE
  343. 24986    WM_MDIDESTROY
  344. 24987    WM_MDIGETACTIVE
  345. 24988    WM_MDIICONARRANGE
  346. 24989    WM_MDIMAXIMIZE
  347. 24990    WM_MDINEXT
  348. 24991    WM_MDIREFRESHMENU
  349. 24992    WM_MDIRESTORE
  350. 24993    WM_MDISETMENU
  351. 24994    WM_MDITILE
  352. 24995    WM_MEASUREITEM
  353. 24996    WM_MENUCHAR
  354. 24997    WM_MENUSELECT
  355. 24998    WM_MOUSEACTIVATE
  356. 24999    WM_MOUSEMOVE
  357. 25000    WM_MOVE
  358. 25001    WM_NCACTIVATE
  359. 25002    WM_NCCALCSIZE
  360. 25003    WM_NCCREATE
  361. 25004    WM_NCDESTROY
  362. 25005    WM_NCHITTEST
  363. 25006    WM_NCLBUTTONDBLCLK
  364. 25007    WM_NCLBUTTONDOWN
  365. 25008    WM_NCLBUTTONUP
  366. 25009    WM_NCMBUTTONDBLCLK
  367. 25010    WM_NCMBUTTONDOWN
  368. 25011    WM_NCMBUTTONUP
  369. 25012    WM_NCMOUSEMOVE
  370. 25013    WM_NCPAINT
  371. 25014    WM_NCRBUTTONDBLCLK
  372. 25015    WM_NCRBUTTONDOWN
  373. 25016    WM_NCRBUTTONUP
  374. 25017    WM_NEXTDLGCTL
  375. 25018    WM_NULL
  376. 25019    WM_PAINT
  377. 25020    WM_PAINTCLIPBOARD
  378. 25021    WM_PAINTICON
  379. 25022    WM_PALETTECHANGED
  380. 25023    WM_PALETTEISCHANGING
  381. 25024    WM_PARENTNOTIFY
  382. 25025    WM_PASTE
  383. 25026    WM_PENWINFIRST
  384. 25027    WM_PENWINFIRST_1
  385. 25028    WM_PENWINFIRST_10
  386. 25029    WM_PENWINFIRST_11
  387. 25030    WM_PENWINFIRST_12
  388. 25031    WM_PENWINFIRST_13
  389. 25032    WM_PENWINFIRST_14
  390. 25033    WM_PENWINFIRST_2
  391. 25034    WM_PENWINFIRST_3
  392. 25035    WM_PENWINFIRST_4
  393. 25036    WM_PENWINFIRST_5
  394. 25037    WM_PENWINFIRST_6
  395. 25038    WM_PENWINFIRST_7
  396. 25039    WM_PENWINFIRST_8
  397. 25040    WM_PENWINFIRST_9
  398. 25041    WM_PENWINLAST
  399. 25042    WM_POWER
  400. 25043    WM_QUERYDRAGICON
  401. 25044    WM_QUERYENDSESSION
  402. 25045    WM_QUERYNEWPALETTE
  403. 25046    WM_QUERYOPEN
  404. 25047    WM_QUEUESYNC
  405. 25048    WM_QUIT
  406. 25049    WM_RBUTTONDBLCLK
  407. 25050    WM_RBUTTONDOWN
  408. 25051    WM_RBUTTONUP
  409. 25052    WM_RENDERALLFORMATS
  410. 25053    WM_RENDERFORMAT
  411. 25054    WM_SETCURSOR
  412. 25055    WM_SETFOCUS
  413. 25056    WM_SETFONT
  414. 25057    WM_SETHOTKEY
  415. 25058    WM_SETREDRAW
  416. 25059    WM_SETTEXT
  417. 25060    WM_SHOWWINDOW
  418. 25061    WM_SIZE
  419. 25062    WM_SIZECLIPBOARD
  420. 25063    WM_SPOOLERSTATUS
  421. 25064    WM_SYSCHAR
  422. 25065    WM_SYSCOLORCHANGE
  423. 25066    WM_SYSCOMMAND
  424. 25067    WM_SYSDEADCHAR
  425. 25068    WM_SYSKEYDOWN
  426. 25069    WM_SYSKEYUP
  427. 25070    WM_TIMECHANGE
  428. 25071    WM_TIMER
  429. 25072    WM_UNDO
  430. 25073    WM_USER
  431. 25074    WM_VKEYTOITEM
  432. 25075    WM_VSCROLL
  433. 25076    WM_VSCROLLCLIPBOARD
  434. 25077    WM_WINDOWPOSCHANGED
  435. 25078    WM_WINDOWPOSCHANGING
  436. 25079    WM_WININICHANGE
  437. 25172    Symbolic information for deleted DLLs will be removed from memory at the beginning of the next debugging session.
  438. 25179    (no name)
  439. 25201    Program Variable
  440. 25217    Message
  441. 25219    Warning
  442. 25221    Error
  443. 25230    Running
  444. 25231    Terminated
  445. 25233    Not started
  446. 25235    Stopped
  447. 25237    Does not exist
  448. 25240    E&xecute %s    Ctrl+F5
  449. 25242    This debug command requires an active project.  Would you like to create a project?
  450. 25246    This command will stop the debugger.
  451. 25248    Debug
  452. 25263    &Address/Expression:
  453. 25265    No error condition
  454. 25266    Invalid breakpoint command
  455. 25267    This command will stop the debugger.  Since your application is running, the remote machine may need to be restarted.
  456. 25268    The expression is not a memory address.
  457. 25269    Debug
  458. 25271    Access denied.
  459. 25272    Invalid address
  460. 25273    Invalid argument
  461. 25274    I/O error
  462. 25275    Too many open files
  463. 25276    Cross-device link
  464. 25277    No such file or directory
  465. 25278    The executable file '%s' has a format error.
  466. 25279    Out of memory
  467. 25280    The arguments exceed the MS-DOS limit of 128 characters.
  468. 25281    No space is left on device.
  469. 25282    Program terminated. Restart to continue.
  470. 25283    Library module not loaded
  471. 25284    No code exists at this line number.
  472. 25285    No source lines exist at this address.
  473. 25286    Loaded '%s', no matching symbolic information found.
  474. 25287    The symbolic information for '%s' is newer than this version of Microsoft Developer Studio.
  475. 25288    Repack '%s' with the current CVPACK.
  476. 25289    Relink '%s' with the current linker.
  477. 25290    Syntax error
  478. 25291    Out of memory
  479. 25292    Loaded symbols for '%s'
  480. 25293    Invalid type cast
  481. 25294    Cannot execute function in watch expression
  482. 25295    The call stack has changed.  Display set to program counter.
  483. 25296    No address expression is specified.
  484. 25297    More than one address expression is specified.
  485. 25298    Preloaded symbols may not match '%s'.
  486. 25299    Insufficient memory
  487. 25300    General expression-evaluator error
  488. 25301    General expression-evaluator error
  489. 25302    Invalid address expression
  490. 25303    No data members
  491. 25304    Unknown error number
  492. 25305    (source line does not match compiled source)
  493. 25308    Loaded exports for '%s'
  494. 25309    Converted symbols for '%s'
  495. 25310    Cannot open %s.
  496. 25311    %s does not contain debug information for %s.
  497. 25312    %s was not created at the same time as %s.
  498. 25313    %s is an obsolete format.
  499. 25314    (call stack unavailable while child is running)
  500. 25315    Cannot open '%s'.  Do you want to continue?
  501. 25316    '%s' does not contain debug information for '%s'.  Do you want to continue?
  502. 25317    '%s' was not created at the same time as '%s'. Do you want to continue?
  503. 25318    '%s' has an obsolete format. Do you want to continue?
  504. 25325    The local executable does not match the remote one.  Do you want to update the remote executable?
  505. 25327    This application does not contain the necessary debugging information. Please build it and try again.
  506. 25337    The project '%s' does not match the corresponding file on the remote machine.
  507. 25338    The local executable does not match the remote one. Do you want to continue?
  508. 25340    The executable '%s' cannot be opened.
  509. 25342    Cannot find the application on the remote machine.  Choose Settings from the Project menu to correct the name of the debug target.
  510. 25344    The application on the remote machine is already running.
  511. 25345    The file %s on the remote machine is not a valid executable.
  512. 25346    Cannot open file %s on the remote machine. 
  513. 25349    Cannot initialize the debugging subsystem.
  514. 25361    The path '%s' is invalid.  Cannot run the tool.
  515. 25364    Cannot execute the tool on an unnamed file.
  516. 25365    This operation will move the current location to a different function.
  517. 25366    Cannot move the current location to a different function.
  518. 25367    The debug information file '%s' was not found.
  519. 25368    Process
  520. 25369    Process Id
  521. 25370    Title
  522. 25371    Module
  523. 25372    Address
  524. 25373    Path
  525. 25374    Order
  526. 25379    Connecting to the remote machine...
  527. 25380    Cannot restore the breakpoint '%s'.
  528. 25381    The project is not up to date or was not built with profiling enabled.  Choose Settings from the Project menu. Click the Link tab, select the General category, and check Enable profiling. Rebuild.
  529. 25382    User breakpoint called from code at
  530. 25387    Save changes to unnamed files before debugging?
  531. 25390    Debug DLL, %s, version does not match
  532. 25391    at '%s'  
  533. 25392    when '%s' (length:%s) changes 
  534. 25393    when '%s' 
  535. 25394    when '%s' is received 
  536. 25395    , skip %s time(s)
  537. 25396    , skip %s time(s) (%s remaining)
  538. 25397    Location
  539. 25398    Messages
  540. 25399    Advanced
  541. 25400    Breakpoints
  542. 25401    &Breakpoints:
  543. 25402    &Edit Code
  544. 25403    &Remove
  545. 25404    Remove A&ll
  546. 25405    Expression
  547. 25409    Invalid location
  548. 25410    Invalid window procedure
  549. 25411    Invalid expression
  550. 25412    Invalid number of elements
  551. 25413    Invalid message
  552. 25414    Invalid hit count
  553. 25415    Cannot set breakpoint
  554. 25416    &Class name:
  555. 25465    Location
  556. 25466    Data
  557. 25473    MSVC_HitBP
  558. 25474    Breakpoint Hit
  559. 25576    Disable Breakpoint
  560. 25577    Remove Breakpoint
  561. 25579     returned
  562. 25580    The Developer Studio debugger is not running.
  563. 25583    Attempted access to a no longer existing breakpoint.
  564. 25586    Cannot evaluate this expression.
  565. 25587    Cannot set next statement to this line.
  566. 25589    This command is invalid while debuggee is running.
  567. 25590    Registry settings incompatible with SQL debugging. Re-run Setup.
  568. 25591    Cannot do Direct Database Debugging with Debugging Remote Connection set to Network.
  569. 25600    Changes the stack frame used by the Variables window\nStack Frame
  570. 25601    Adds a new expression to the Watch window\nNew Watch
  571. 25602    Deletes the selected expression\nDelete Watch
  572. 25610    Sets start address for viewing memory\nMemory Address
  573. 25611    Changes the stack frame used by the Variables window\nStack Frame
  574. 25612    All threads are in system calls.  It is not possible to break into the debugee at this time.
  575. 25617    Recompiling edited files...
  576. 25618    Cannot complete Edit and Continue
  577. 25624    Point of execution moved to the beginning of the current line.
  578. 25626    Edit and Continue
  579. 25629    Thread %8.8x: Frame %d: Cannot complete Edit and Continue for function %s. Reason: %s. 
  580. 25630    Thread %8.8x: Cannot trace entire call stack. Edit and Continue ignoring function calls that do not appear in the call stack window.
  581. 25632    Edit and Continue canceled by user.
  582. 25633    Thread %8.8x: Point of execution moved to the beginning of current line.
  583. 25634    Thread %8.8x: Frame %d: Function %s: New point of execution is 0x%8.8x.
  584. 25636    Edit and Continue cannot apply recent code changes to the current function while it is on the call stack (Reason: %s).  Code changes will be available the next time the function is called.  Until the function exits, it can be debugged only in the Disassembly window.
  585. 25637    Exception state
  586. 25638    Local variable removed by user
  587. 25639    Code changes before the point of execution can only be applied to the current function
  588. 25640    Change to function parameters or return value
  589. 25641    New local variables exceed the function's stack frame capacity
  590. 25642    New local variable requires construction or destruction
  591. 25643    Unsafe condition due to exception handling, use of _alloca, setjmp, or inline assembly
  592. 25644    Cannot find line
  593. 25645    Cannot handle adding or removing a local variable with a name that is already defined more than once
  594. 25646    Unknown error; consult documentation for technical support options
  595. 25647    Edit and Continue has applied recent code changes to the current function. The point of execution has been positioned in the function as correctly as possible (beginning of current line).  You should verify that it is positioned correctly, use Set Next Statement to move it if necessary, and then continue debugging.
  596. 25648    Unsafe condition due to current location of point of execution
  597. 25651    Building executables with code changes made during debugging...
  598. 25652    Cannot create %s
  599. 25653    The executable was relinked in its original build location (%s),\n    but not relinked in the location from which it was debugged (%s).
  600. 25654    Compiling...
  601. 25655    Relinking %s with code changes made during debugging...
  602. 25656    Compiled file(s)
  603. 25657    Stop Bui&ld    
  604. 25658    Appl&y Code Changes    
  605. 25659    One or more modified source files are read only. Changes made to these files will be ignored by Edit and Continue.
  606. 25660    Program execution did not proceed. (Reason: %s)
  607. 25661    Thread
  608. 25662    Call stack index
  609. 25663    Function name
  610. 25664    One or more errors occurred while compiling code changes.
  611. 25665    Edit and Continue does not support the latest code changes; build required.
  612. 25666    Cannot complete Edit and Continue. Do you want to perform the debug command using the original code?\n\nYes:    Perform the debug command using the original code\nNo:    Cancel the debug command and fix the errors\n
  613. 25667    %s is linked from a library and is not eligible for Edit and Continue.
  614. 25668    Cannot find %s
  615. 25669    Mismatch between %s and corresponding executable.
  616. 25670    Ignoring changes made to %s
  617. 25674    One or more errors occurred while compiling code changes. Do you want to perform the debug command using the original code?\n\nYes:    Perform the debug command using the original code\nNo:    Cancel the debug command and fix the compile errors\n
  618. 25675    Code changed near the point of execution. Point of execution moved to the beginning of the current line.
  619. 25676    Source code has changed and is no longer available.
  620. 25677    Expression complexity increase caused register spill
  621. 25678    %s : error ENC%d: %s
  622. 25679    %s : warning ENC%d: %s
  623. 25680    %s : information ENC%d: %s
  624. 25683    %s - %d error(s), %d warning(s)
  625. 25684    Edit and Continue does not support the latest code changes; build required.
  626. 25685    Applying Code Changes...
  627. 25686    Cannot apply code changes to one or more functions on the call stack.
  628. 25687    Cannot complete Edit and Continue.
  629. 25688    Cannot save read-only file: %s
  630. 25689    Loading dependency information
  631. 25690    Cannot complete Edit and Continue for reloaded image %s; build required.
  632. 25691    Code changes affect too many files; build required.
  633.