Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. execution and flow ?

execution and flow ?

Scheduled Pinned Locked Moved Managed C++/CLI
debuggingcsharpvisual-studiocomtutorial
2 Posts 2 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    imran_rafique
    wrote on last edited by
    #1

    i want to show a string in vs.net debug output window. i think i can use Trace or Debug class. but i dont now how to use them to display a string in managed code ? if there exist some other way plz tell? i want to see the execution and flow of my program can any bode tell? plz write the complete syntex i will be very thank full to u. r00d0034@yahoo.com

    M 1 Reply Last reply
    0
    • I imran_rafique

      i want to show a string in vs.net debug output window. i think i can use Trace or Debug class. but i dont now how to use them to display a string in managed code ? if there exist some other way plz tell? i want to see the execution and flow of my program can any bode tell? plz write the complete syntex i will be very thank full to u. r00d0034@yahoo.com

      M Offline
      M Offline
      Maximilien
      wrote on last edited by
      #2

      in the console window ? or the output window ? something like : using namespace System::Diagnostics; ... // on the console window. Console::WriteLine(S"XmlNodeType::Element : {0}", reader->Name ); // on the output window. Debug::WriteLine(S"XmlNodeType::Element : {0}", reader->Name ); Max.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups