Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,228

    Re: Is it possible? Runtime Questions

    You can't "jump" into another process. The closest you get is start another process and forcibly terminate your current process. I have no idea why you would want to forcibly terminate your current...
  2. Replies
    3
    Views
    1,228

    Re: Is it possible? Runtime Questions

    1. Classes aren't executed, functions/methods and statements are executed. You can pop up multiple frames on the call stack by using exceptions, but the preferred method is to introduce logic in the...
Results 1 to 2 of 2